Skip to content

Releases: zhicwu/cassandra-jdbc-driver

0.6.4

15 Jul 09:20
Compare
Choose a tag to compare

Fix issue #6

0.6.4-SNAPSHOT

03 Jul 14:14
Compare
Choose a tag to compare
0.6.4-SNAPSHOT Pre-release
Pre-release

Fix issue #6

0.6.3

16 Mar 00:39
Compare
Choose a tag to compare

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

0.6.2

07 Mar 11:44
Compare
Choose a tag to compare
  • 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

10 Jun 09:36
Compare
Choose a tag to compare
  • Added CI config
  • Refined README
  • Allow to load external configuration file instead of just the embedded config.yaml

0.6.0

09 Jun 14:55
Compare
Choose a tag to compare
  • 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

06 Jun 14:35
Compare
Choose a tag to compare

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

02 Jun 18:02
Compare
Choose a tag to compare

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

29 Apr 14:31
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
  • Fixed connection issue

0.3.0

28 Apr 15:53
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

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