cassandra-jdbc-driver
cassandra-jdbc-driver copied to clipboard
Cassandra JDBC driver that works with 2.x and above. It intends to provide better SQL compatibility over CQL, so that it works well with existing tools like SQuirreL SQL for SQL development, JMeter fo...
Is it possible to migrate this driver to com.datastax.cassandra.cassandra-core:4.0.0 or higher ? I think the code needs more fixes. Also, it would be great if it can add support for...
We get null value when we run through CQLSH command but same query from the driver return NOW value. ``` cqlsh:qc02> SELECT msid,expdate from cmsentity WHERE msid=3636130; @ Row 1...
C*: JDBC Driver class not found class java.lang.NoClassDefFoundError: Could not initialize class com.github.cassandra.jdbc.CassandraConfiguration I followed the README and got the following error message. I'm using the shaded jar in the...
I'm unable to connect to Cassandra database in jasper studio. When I am testing for the connection with the following configuration(in images), a loading mouse cursor is showed and it...
Can I set the properties corePoolLocal=2&maxPoolLocal=2 in the URL for e.g jdbc:c*:datastax://host1:port/keyspace?consistencyLevel=LOCAL_ONE&localDc=ABC&corePoolLocal=2&maxPoolLocal=2
Hi and thanks for writing this driver! I have an issue with using it on windows, strangely the driver seems to work on mac. on windows its reporting a missing...
We would like to use your library for enterprise use. We did a blackduck scanning on the release package and found that there is a GPLv2 or greater dependency with...
when using with dbeaver 4.2.4 with jdbc driver of 0.6.4, got Query execution failed Internal jdbc driver error read timeout must be >= 0 read timeout must be >= 0...