adejanovski / cassandra-jdbc-wrapper

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

Codec Not found Exception #22

Open reynoldregan opened 6 years ago

reynoldregan commented 6 years ago

When we try to insert a SQL Date into date type column in cassandra, it is throwing Codec not found exception.

What would be the right way to use it ? @adejanovski