adejanovski / cassandra-jdbc-wrapper

A JDBC wrapper for the Datastax Java Driver for Cassandra
Apache License 2.0
53 stars 36 forks source link

Throws Exceptions on Cassandra 3.9 #15

Open anders16000 opened 7 years ago

anders16000 commented 7 years ago

com.datastax.driver.core.exceptions.SyntaxError: line 0:-1 no viable alternative at input ''

at com.github.adejanovski.cassandra.jdbc.CassandraStatement.doExecute(CassandraStatement.java:222):222 at com.github.adejanovski.cassandra.jdbc.CassandraStatement.execute(CassandraStatement.java:230):230

This happens for the most basic table creation. However the tables are successfully created in cassandra