ing-bank / cassandra-jdbc-wrapper

A JDBC wrapper of Java Driver for Apache Cassandra®, which offers a simple JDBC compliant API to work with CQL3.
Apache License 2.0
67 stars 24 forks source link

Can't set complianceMode="Liquibase" when create CassandraDataSource for cassandra-liquibase extension #68

Open Danil9966 opened 6 days ago

Danil9966 commented 6 days ago

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. https://github.com/liquibase/liquibase-cassandra/issues/212#issuecomment-2199922649 it would be helpful to have this, because it just doesnt work otherwise, if we configure liquibase inside java app

Danil9966 commented 5 days ago

@maximevw i've implemented it locally and going to provide pr soon

Danil9966 commented 5 days ago

pr opened

maximevw commented 5 days ago

pr opened

I'll take a look at it as soon as possible. 🙂