Maxime Wiewiora
Maxime Wiewiora
@kiview Sure, I'll take a look at this asap.
Hello @kiview @eddumelendez, As previously discussed, I updated this pull request to implement `org.testcontainers.cassandra.CassandraContainer` using `cqlsh` command instead of the Java driver to run script. I also deprecated classes in...
Sure @eddumelendez! Done and pushed 🙂
> Thanks for your contribution! Existing implementation shouldn't be touched to support Cassandra 5. That's why the new implementation is added. The new implementation solved two issues: > > *...
@eddumelendez Changes done :)
Hello @eddumelendez, Did you have time to finalize your review? 🙂
@eddumelendez I pushed the requested changes and replied to your comment about the username/password. 🙂
Hello @eddumelendez, I assume you're currently busy, but I'm still interested in finalizing this pull request. Do not hesitate to take a look to the latest updates and comments and...
As mentioned here: https://github.com/ing-bank/cassandra-jdbc-wrapper/issues/65#issuecomment-2155116813, you can integrate Cassandra if you think it's helpful for your users.
Hello @filipelautert @mberinger By default, Cassandra internally stores column names in lower case, and is case insensitive except for names declared with double quotation marks: https://docs.datastax.com/en/cql-oss/3.3/cql/cql_reference/ucase-lcase_r.html?hl=uppercase%2Clowercase Since the column names...