https://bugs.documentfoundation.org/show_bug.cgi?id=146471

            Bug ID: 146471
           Summary: Firebird: impossible to delete an external table
           Product: LibreOffice
           Version: 7.4.0.0 alpha0+ Master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: [email protected]
          Reporter: [email protected]

Description:
On pc Debian x86-64 with master sources updated today, I can't delete an
external table on a odb with Firebird.

Steps to Reproduce:
1. Create a simple file containing:
test1;1
test2;2
2. Launch LO, enable experimental features and restart LO
3. Create a brand new odb file with Firebird embedded
4. Create an external table like this:
CREATE TABLE ext1 EXTERNAL '<filename>' ( field1 char(20), field2 smallint );

in my case, I got a file /tmp/myfile.txt so it would be:
CREATE TABLE ext1 EXTERNAL '/tmp/myfile.txt' ( field1 char(20), field2
smallint);

5. Menu View, "Refresh Tables"
=> a table "EXT1" appears in Tables panel

Now try to remove this new table.


Actual Results:
Nothing happens
On console, we can see:
warn:dbaccess:40302:40302:dbaccess/source/ui/app/AppControllerDnD.cxx:142:
DBG_UNHANDLED_EXCEPTION in deleteTables exception:
com.sun.star.uno.RuntimeException message:
/home/julien/lo/libreoffice/connectivity/source/drivers/firebird/Tables.cxx:59


Expected Results:
Table should be removed


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 3365e860d44b3396a5c1dd10e3f8db9c5da0ce02
CPU threads: 12; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: fr-FR (fr_FR.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to