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
Changed getPrimaryKeys() SQL stmt to use the table schema as the schema instead of the table catalog. This fixes compatibility with CrateDB >= 5.1.0 as all catalog fields at the information_schema.tables schema expose now the correct catalog value (crate) instead of the table schema.
@amotl Thanks for mentioning.
This is already covered by MetaDataITest.testGetPrimaryKeysPk() which fails without the corresponding patches on CrateDB >= 5.1.0. I've just now verified this.
Maybe it makes sense to add a test case for GH-378 / GH-379, corresponding to crate/pgjdbc#38?
/cc @seut
The text was updated successfully, but these errors were encountered: