Releases: polypheny/Polypheny-JDBC-Driver
v2.2
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-compliantasString
implementation. - Updated
fromDate
method to acceptnull
as input when using a custom calendar, representing a missing value.
v2.1
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
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.