The Firebird JDBC team is happy to announce the release of Jaybird 2.2.2.
This release contains the following fixes:
- Fixed: FBMaintenanceManager.listLimboTransactions() reports incorrect transaction id when the result contains multi-site transactions in limbo (JDBC-266)
- Fixed: Calling PreparedStatement.setClob(int, Clob) with a non-Firebird Clob (eg like Hibernate does) or calling PreparedStatement.setClob(int, Reader) throws FBSQLException: “You can't start before the beginning of the blob” (JDBC-281)
- Fixed: Connection property types not properly processed from isc_dpb_types.properties (JDBC-284)
- Fixed: JNI implementation of parameter buffer writes incorrect integers (JDBC-285, JDBC-286)
- Changed: Throw SQLException when calling execute, executeQuery, executeUpdate and addBatch methods accepting a query string on a PreparedStatement or CallableStatement as required by JDBC 4.0 (JDBC-288)
- Fixed: LIKE escape character JDBC escape ({escape '<char>'}) doesn't work (JDBC-290)
- Added: Support for a connect timeout using connection property connectTimeout. This property can be specified in the JDBC URL or Properties object or on the DataSource. If the connectTimeout property is not specified, the general DriverManager property loginTimeout is used. The value is the timeout in seconds. (JDBC-295)
The release is also available on maven(*):
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.2</version>
* The artifactId depends on your target Java version: jaybird-jdk15, jaybird-jdk16 or jaybird-jdk17.