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
Currently i'm using cassandra-jdbc-wrapper 4.12.0 and cassandra-liquibase 4.28.0. DefaultOptionSet always returns 0 in getSQLUpdateResponse() method and to avoid such behaviour i've been told to use compliancemode=Liquibase parameter in connection url. liquibase/liquibase-cassandra#212 (comment)
it would be helpful to have this, because it just doesnt work otherwise, if we configure liquibase inside java app
The text was updated successfully, but these errors were encountered:
maximevw
changed the title
Cant set complianceMode="Liquibase" when create CassandraDataSource for cassandra-liquibase extension
Can't set complianceMode="Liquibase" when create CassandraDataSource for cassandra-liquibase extension
Jul 1, 2024
Currently i'm using cassandra-jdbc-wrapper 4.12.0 and cassandra-liquibase 4.28.0. DefaultOptionSet always returns 0 in getSQLUpdateResponse() method and to avoid such behaviour i've been told to use compliancemode=Liquibase parameter in connection url. liquibase/liquibase-cassandra#212 (comment)
it would be helpful to have this, because it just doesnt work otherwise, if we configure liquibase inside java app
The text was updated successfully, but these errors were encountered: