Maxime Wiewiora
Maxime Wiewiora
Assuming I execute a select query like this one: ```cql SELECT id, ts_update FROM mytable ; ``` where `ts_update` is a timestamp. I used the Cassandra JDBC wrapper with MyBatis...
# Description When creating a new review or adding comments to an existing review, we can currently only add single line comments. This pull request adds support for single and...
As explained in the issue https://github.com/liquibase/liquibase-cassandra/issues/289, the aggregate functions are not supported by AWS Keyspaces. This fix tries to execute counting queries and if it fails, the same query without...
This allows a full support of Cassandra 5 without errors/warnings. Indeed, as explained in the discussion https://github.com/testcontainers/testcontainers-java/discussions/7786, the Cassandra module is still using the deprecated version 3.x of the Java...
Hello, I recently proposed fixes (#292 and #296) for the issue #289. But, regarding the [last messages](https://github.com/liquibase/liquibase-cassandra/issues/289#issuecomment-2117739372) posted in the mentioned issue, this fix is not sufficient to run Liquibase...
This fixes issue #9410 and reduce error logging while trying to connect to Cassandra database at container startup (as discussed in https://github.com/testcontainers/testcontainers-java/issues/9337#issuecomment-2407377055). The proposed solution introduces a method `withSslClientConfig(certFile, keyFile)`...