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

--- Comment #5 from Julien Nabet <[email protected]> ---
I don't know H2 database but since you use JDBC to connect, I search in this
part on LO code.
I noticed 2 parameters (in connectivity/source/drivers/jdbc/JDriver.cxx):
193 "ImplicitCatalogRestriction"
194 "The catalog which should be used in getTables calls, when the caller
passed NULL."
....
200 "ImplicitSchemaRestriction"
201 "The schema which should be used in getTables calls, when the caller passed
NULL."
See
https://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/jdbc/JDriver.cxx?r=f790fb51#200

Also, reading http://www.h2database.com/html/features.html, perhaps it could be
just a parameter to add in connection string?
eg, I see in this website:
jdbc:h2:<url>;<setting>=<value>[;<setting>=<value>...]
jdbc:h2:file:~/sample;TRACE_LEVEL_SYSTEM_OUT=3

So perhaps, using:
jdbc:h2:<url>;ImplicitSchemaRestriction=PUBLIC
may help?

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

Reply via email to