Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0
-
None
-
None
Description
Many JDBC methods include a catalog specifier in the call. We need to update these to work with multiple catalogs.
Also we will need to also support the JDBC calls for catalogs. This at least includes Connection: getCatalog() and setCatalog()
DatabaseMetaData: getCatalogs(), getCatalogSeparator(), and getCatalogTerm()
and maybe others.