Maxime Wiewiora
Maxime Wiewiora
Hello, As explained here: https://github.com/ing-bank/cassandra-jdbc-wrapper/issues/25#issuecomment-1704075776, a new version of [Cassandra JDBC wrapper](https://github.com/ing-bank/cassandra-jdbc-wrapper) has been published fixing some issues preventing it to work correctly with Liquibase. To use it, some prerequisites...
Maybe this can be closed with the release of the version 4.25.0? I think all the issues are now solved. :) Note I created a PR here to update the...
Hello @dzasti, It should be possible to use Spring Liquibase with Cassandra as I successfully ran it with the example below. First of all, I used a slightly modified version...
@shubha11m Liquibase is based on JDBC, so it's not possible to use it without JDBC. But it should not really be a problem. Theoretically, it could be possible to connect...
Hi @shubha11m The example given in this issue is just an example among a lot of possible configurations, so, obviously you can adapt it according to your needs. If you...
Hello @nicobte Hard to say... did you check the logs of your Spring Boot application? By default, they should indicate each item in the changelog and if it ran. Did...
Hello @Danil9966 Cassandra database is not able to return the number of updated rows, that's why you meet this behaviour, but when running with Liquibase, your JDBC URL should always...
@Danil9966 Indeed, `CassandraDataSource` currently doesn't support compliance mode parameter. For this, it's better to open a dedicated issue here in the [JDBC driver project](https://github.com/ing-bank/cassandra-jdbc-wrapper/issues). Alternatively, using Java code, you have...
Hello @Tylorjg, The new driver has been introduced to solve licensing issues (see issue #148) because Simba JDBC is no more freely accessible. Also, there is no way to introduce...
Hello @giejay, I discussed a similar issue with @dinchand here: https://github.com/ing-bank/cassandra-jdbc-wrapper/discussions/37#discussioncomment-7627853 The `NoNodeAvailableException` can have various origins but one of most common is a missing or invalid `localdatacenter` property when...