You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pgjdbc: Adjust for new result from conn.getMetaData().getCatalogs()
As before there was
It looks actually correct now in 42.7, as `doc` is the schema, but not
the catalog. The SQL statement returns `crate`, not `doc`.
SELECT DISTINCT table_catalog FROM information_schema.tables
On the upstream release notes:
feat: return all catalogs for getCatalogs metadata query closes
ISSUE #2949 PR #2953
-- https://jdbc.postgresql.org/changelogs/2023-11-20-42.7.0-release/
0 commit comments