liquibase-sessionlock
liquibase-sessionlock copied to clipboard
Don't support CockroachDB & don't fail if it's there
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?