Skip to content

Releases: polypheny/Polypheny-JDBC-Driver

v3.0

17 Dec 13:22

Choose a tag to compare

This release comes with several improvements and bug fixes:

  • Use version 2.1 of PRISM
  • Update dependencies
  • Additional checks for result set type
  • Improve closing of statements

v2.3

28 Dec 11:13
765b63a

Choose a tag to compare

This release comes with several improvements and bug fixes:

  • Add null check for closing result sets
  • Improve exception messages
  • Handle null in asTimestamp()
  • Support converting BigDecimal to Long
  • Treat column names as case-insensitive
  • Return an empty List if parameterBatch is empty
  • Use default timezone if calendar is null

v2.2

16 Aug 09:51
125edb5

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

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

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

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

Choose a tag to compare

This is a maintenance release that upgrades some dependencies.

v1.5.2

18 Nov 16:50
86bfaab

Choose a tag to compare

This release uses version 1.17.2 of Avatica for Polypheny.

v1.5.1

10 Nov 10:30
8b29eb2

Choose a tag to compare

Proper release to Maven Central and GitHub packages.

v1.5

10 Nov 10:22
8c08eae

Choose a tag to compare

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