duckdb / duckdb-java

DuckDB JDBC Driver
https://duckdb.org/docs/api/java.html
MIT License
41 stars 21 forks source link

support for information schema list tables #65

Closed parisni closed 2 months ago

parisni commented 2 months ago

tools such cloudbeaver likely expect the jdbc driver to return list of tables in information schema. Sounds like this jdbc implem does not honnour this yet ?

Screenshot-nparis_2024-08-21_23:51:53

parisni commented 2 months ago

apparently the info is within the "main" stuff Screenshot-nparis_2024-08-22_00:29:11