liquibase-sessionlock icon indicating copy to clipboard operation
liquibase-sessionlock copied to clipboard

Don't support CockroachDB & don't fail if it's there

Open Jerbell opened this issue 1 year ago • 0 comments

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?

Jerbell avatar Nov 27 '23 01:11 Jerbell