Cassandra Jdbc Driver Versions Save

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 for stress testing, and Pentaho BI Suite for data processing.

0.6.4

6 years ago

Fix issue #6

0.6.4-SNAPSHOT

6 years ago

Fix issue #6

0.6.3

7 years ago

Fix issue #5 to support DBeaver - same as 0.6.3-SNAPSHOT

0.6.2

7 years ago
  • Fix issue #2 reported by @johndemic - thanks again!
  • Bump dependencies to latest version(still use jsqlparser 0.9.6 due to breaking changes introduced in 0.9.7)
  • Remove cassandra-all dependency for JDK 7 support

0.6.1

7 years ago
  • Added CI config
  • Refined README
  • Allow to load external configuration file instead of just the embedded config.yaml

0.6.0

7 years ago
  • Fix minor bugs in previous release
  • Improve support for date, time and timestamp
  • Add basic support for collections(list, set and map)
  • Sign deliverables and will release to maven central soon

0.5.0

7 years ago

Changes:

  • Clean up code and fix issues found in 0.4.0
  • Consolidate configuration into one YAML file
  • Add a few more options in magic comments

Tested on Cassandra 3.5

0.4.0

7 years ago

Changes:

  • Upgrade DataStax Java Driver to 3.0.2
  • Refined type mapping and conversion code
  • Added official CQL parser as fallback of SQL parsing
  • Added presto-like magic comments
  • Switch to TestNG for unit testing and add more cases

Tested on Cassandra 3.5

0.3.1

8 years ago
  • Fixed connection issue

0.3.0

8 years ago

This release is still experimental and does not support much data types. I test it against Cassandra 3.0.5 using Ant(SQL Task), JMeter(JDBC Sampler), SQL Squirrel and Pentaho Data Integration(Table Input/Output), and it should be working with both Cassandra 2.x and 3.x.

  • Upgrade DataStax Java Driver to 3.0
  • Performance is getting back to normal
  • Very basic support for PreparedStatement and Blob
  • All dependencies shaded and packaged in the same jar