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: Skip test about getDefaultTransactionIsolation()
Starting with version 42.7.0, the driver issues a query statement like
SELECT *
FROM pg_catalog.pg_settings
WHERE name=default_transaction_isolation
This is not supported by CrateDB.
0 commit comments