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
Hi @blagerweij - based on this information I think it would be best if the PGLockService.supports method excludes CockroachDB as an option for session lock. This query will return a row if it's CRDB:
SELECT name, setting FROM pg_settings where name = 'crdb_version';
What do you think?
The text was updated successfully, but these errors were encountered:
Hi @blagerweij - based on this information I think it would be best if the PGLockService.supports method excludes CockroachDB as an option for session lock. This query will return a row if it's CRDB:
SELECT name, setting FROM pg_settings where name = 'crdb_version';
What do you think?
The text was updated successfully, but these errors were encountered: