Releases: polypheny/Polypheny-JDBC-Driver
v3.0
v2.3
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
parameterBatchis empty - Use default timezone if calendar is null
v2.2
This is release improves the compatibility with the latest JDBC 4.3 standard, in particular, there are the following adjustments:
- Improved
toStringmethod to align with the standard-compliantasStringimplementation. - Updated
fromDatemethod to acceptnullas 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.