NuoDB JDBC Driver Release Notes
- V24.1.2
-
-
Implemented the
cancel()
method forStatement
andPreparedStatement
interfaces. This method enables the caller to terminate a query currently executing on the NuoDB server. The method will not perform any operation if the statement it is called on is not executing a query. (8212) -
When
ResultSet.getString()
was used to read the date value from a database, and the timezone configured for the connection differs from the system timezone, the JDBC driver could return inaccurate results. (13858)
The issue has been resolved.
-