NuoDB JDBC Driver Release Notes
- V24.2.1
-
-
When a column contains a BLOB with invalid UTF-8 data, calling
getString()
on that column could return inaccurate results.
The issue has been resolved. Now it reports an error message -
nuosql
could report inaccurate results when timezone is configured usingtimezone
instead of theTimeZone
connection property. (14577)
The issue has been resolved. -
Removed the dependency on nodeID.
-
- V24.2.0
-
-
Constructing a NuoDB
BLOB
object from an emptyjava.sql.Blob
object could report a SQL exception. (13675)
The issue has been resolved. -
Constructing a NuoDB
CLOB
object from an emptyjava.sql.Clob
object could report a SQL exception. (13675)
The issue has been resolved. -
Added support for PEM-formatted trust certificates.
-
- 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.
-