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
The PostgreSQL driver seems to have added changes to getColumn, getTables, etc. CrateDB seems to return an empty resultSet on many occasions which makes our application unusable.
I nailed it down to commit pgjdbc/pgjdbc@17cac52 "Fix PgDatabaseMetaData implementation of catalog as param and return value".
Problem
pgjdbc 42.7.5 does not work well together with CrateDB, some of the qa tests started failing on it.
Downstream
The text was updated successfully, but these errors were encountered: