liquibase / liquibase-cassandra

Liquibase extension for Cassandra Support
Apache License 2.0
50 stars 34 forks source link

Append compliancemode=Liquibase to JDBC URL #278

Closed Tylorjg closed 3 months ago

Tylorjg commented 6 months ago

It is a requirement for the ING driver to have compliancemode=Liquibase added to the JDBC URL. Without this attribute, it results in unexpected behavior such as a null pointer error or the lock table not being unlocked.

Since this is a requirement, it would be helpful if the liquibase-cassandra extension automatically appended the compliancemode=Liquibase to the JDBC URL.