Skip to content

Releases: olavloite/spanner-jdbc

Google Cloud Spanner JDBC Driver version 1.1.6

16 Jan 17:41
Compare
Choose a tag to compare

Fix: Queries would run indefinitely if a connection URL with a non-existing instance or database was specified.

Google Cloud Spanner JDBC Driver version 1.1.5

28 Apr 18:44
c2a1439
Compare
Choose a tag to compare

Google Cloud Spanner JDBC Driver version 1.1.4

23 Oct 15:32
Compare
Choose a tag to compare
spanner-jdbc-1.1.4

[maven-release-plugin] copy for tag spanner-jdbc-1.1.4

Google Cloud Spanner JDBC Driver version 1.1.1

23 Sep 16:53
Compare
Choose a tag to compare

Fixed the following issues:

  • #105 Problem binding TIMESTAMP
  • #110 DELETE in extended mode would fail when parameters were included in the query
  • #112 Fixed potential ArrayOutOfBoundsException when setting parameters

Google Cloud Spanner JDBC Driver version 1.1

19 Aug 17:00
Compare
Choose a tag to compare

Version 1.1

  • Upgrade to Google Cloud Spanner Java client library 0.57.0-beta
  • Added support for allow_commit_timestamp columns (https://cloud.google.com/spanner/docs/commit-timestamp)
  • Changed when a query is actually executed on Spanner (see #75). Queries are now sent directly to Spanner when an execute(...) or executeQuery(...) method is called.

Google Cloud Spanner JDBC Driver version 1.0.13

30 Jul 06:51
Compare
Choose a tag to compare
  • Added support for getting a key file from Google Cloud Storage
  • Added support for using an emulator when connecting using a DataSource object

Google Cloud Spanner JDBC Driver version 1.0.12

19 Jul 18:40
Compare
Choose a tag to compare
  • Fixed several issues that could cause exceptions when getting ResultSetMetaData for queries with Cloud Spanner specific functions or expressions.

Google Cloud Spanner JDBC Driver version 1.0.10

09 Jul 05:22
Compare
Choose a tag to compare

Google Cloud Spanner JDBC Driver version 1.0.9

25 Jun 07:59
Compare
Choose a tag to compare
  • Fixed issues #73, #76 and #77
  • Made host and project id configurable for the test cases, in order to be able to run all tests against both a real Cloud Spanner instance and against a Cloud Spanner Emulator.

Google Cloud Spanner JDBC Driver version 1.0.8

06 Jun 21:41
Compare
Choose a tag to compare