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

            Bug ID: 160547
           Summary: Database Connection: JDBC-Connection with DuckDB fails
           Product: LibreOffice
           Version: 24.2.2.2 release
          Hardware: x86-64 (AMD64)
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: [email protected]
          Reporter: [email protected]

DuckDB (https://duckdb.org/) offers a JDBC-connection to connect to an existing
DuckDB or will create a DB in memory.

Download
https://repo1.maven.org/maven2/org/duckdb/duckdb_jdbc/0.10.1/duckdb_jdbc-0.10.1.jar
to connect. Put this file in class path of LO.
Class is org.duckdb.DuckDBDriver.
Write in jdbc-connection 'duckdb:'. This would run a DuckDB in memory.

You could test the class - works.
You could test the connection - works.
You could try to open tables folder and get

Invalid Input Error: Unrecognized configuration property "Type" at
/home/buildslave/source/libo-core/connectivity/source/drivers/jdbc/Object.cxx:173

Same driver runs without any problem together with DBeaver. So this one seems
to be a special buggy behavior of LO.

See:
https://ask.libreoffice.org/t/input-on-establishing-base-jdbc-connection-to-duckdb-on-windows-10/104331

My System: OpenSUSE 15.6 64bit rpm Linux, LO 24.2.2.2

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

Reply via email to