Skip to content

Releases: polypheny/Polypheny-JDBC-Driver

v2.2

16 Aug 09:51
125edb5
Compare
Choose a tag to compare

This is release improves the compatibility with the latest JDBC 4.3 standard, in particular, there are the following adjustments:

  • Improved toString method to align with the standard-compliant asString implementation.
  • Updated fromDate method to accept null as input when using a custom calendar, representing a missing value.

v2.1

12 Jun 07:09
a4d1770
Compare
Choose a tag to compare

This release resolves an issue with connection resets on Windows. When a DisconnectRequest is sent, the server sends a DisconnectResponse and closes the connection. On Windows, it could happen that the closing of the connection is reported via exception before the DisconnectResponse has been processed. This is now handled correctly in this version.

v2.0

10 May 07:49
f0a0d35
Compare
Choose a tag to compare

First release of the new JDBC driver utilizing the Polypheny Prism query interface and protocol. This driver is fully compatible with the JDBC 4.2 specifications. Furthermore, it supports an extended interface for working with document results. Please consult the documentation for further information.

v2.0-RC3

19 Apr 14:19
Compare
Choose a tag to compare
v2.0-RC3 Pre-release
Pre-release

This is a release-candidate for the new JDBC driver. This driver uses the new PRISM query interface.

v1.5.3

02 Nov 10:40
91618ab
Compare
Choose a tag to compare

This is a maintenance release that upgrades some dependencies.

v1.5.2

18 Nov 16:50
86bfaab
Compare
Choose a tag to compare

This release uses version 1.17.2 of Avatica for Polypheny.

v1.5.1

10 Nov 10:30
8b29eb2
Compare
Choose a tag to compare

Proper release to Maven Central and GitHub packages.

v1.5

10 Nov 10:22
8c08eae
Compare
Choose a tag to compare

This release contains the latest changes made to the Avatica for Polypheny stack.

1.4

28 Jun 10:27
ac5c603
Compare
Choose a tag to compare
1.4

This release contains the latest changes made to the Avatica for Polypheny stack.

v1.3

05 Mar 20:14
b113b07
Compare
Choose a tag to compare

JDBC 4 compatibility and improved codebase.