Skip to content

Releases: aerospike/aerospike-jdbc

1.1.0

16 Apr 09:53

Choose a tag to compare

Aerospike JDBC Driver 1.1.0

Features

  • Support UPDATE without a WHERE clause
  • Support integer inequality operators
  • Support the TRUNCATE TABLE statement
  • Support integer key offset using a PartitionFilter

Fixes

  • Fix write policy for the INSERT and UPDATE statements
  • Fix the SELECT by a primary key query
  • Check for DELETE return value

1.0.1

09 Apr 07:55

Choose a tag to compare

Aerospike JDBC Driver 1.0.1

Features

  • Added examples of supported SQL statements

Fixes

  • Fixed a problem where string primary keys were getting double-quoted
  • Fixed a bug in SELECT COUNT(*)

1.0.0

15 Mar 06:38

Choose a tag to compare

Aerospike JDBC Driver 1.0.0

Initial GA release

Features

  • Supports data browsing and updates with INSERT, SELECT, UPDATE, DELETE
  • Uber JAR can be used with JDBC-supporting data browser tools such as DBeaver as SQuirreL

0.1.0

13 Jan 14:32

Choose a tag to compare

fix the table layout