cassandra-jdbc-wrapper
cassandra-jdbc-wrapper copied to clipboard
A JDBC wrapper for the Datastax Java Driver for Cassandra
Latest DBEAVER Community Edition 6.3.2 Latest cassandra-jdbc-wrapper 3.1.0 (full fat pre-bake jar) Connects fine, and see keyspaces and "tables", but when trying to access the table properties or data: org.jkiss.dbeaver.DBException:...
Hi, I've been studing the cassandra a little, and have found a possible issue. - DBeaver (currently v6.3.5) - cassandra-jdbc-wrapper v3.1.0 - [cqlsh 5.0.1 | Cassandra 3.11.5 | CQL spec...
**I could not fetch the variables of type date and time from Cassandra Database using this connector, while generating the report in jasper studio following error is being displayed.** `net.sf.jasperreports.engine.JRException:...
Is it possible to connect to Azure Cassandra with this driver? And how do I connect via SSL? It's possible? Thanks.
Hello, I start to have a couple of projects that use Java 11, and I wanted to use your JDBC driver in them. It would be SUPER cool if you...
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...
Hey, I was trying to use the jdbc wrapper to batch insert(using batch update of Spring's JdbcTemplate). It is basically an array of sql insert statements(strings).. Now, what happens, is...
See my issue: #24
Hi Alexander, I am using your JDBC wrapper for Cassandra JDBC data Operator and I receive following NPE while trying to get ResultSet from a table where contain a TimeStamp...