The Firebird JDBC team is happy to announce the release of Jaybird 2.2.10.
The following has been changed or fixed in Jaybird 2.2.10:
isc_dpb_password_enc
and isc_spb_password_enc
) in pure java protocol (JDBC-406)isc_tpb_lock_timeout
in transaction mapping (JDBC-407)DatabaseMetaData.supportsGetGeneratedKeys
does not report real availability of generated keys feature (JDBC-412)FBCachedClob
throws SQLException
instead of SQLFeatureNotSupportedException
(JDBC-414)FBSQLWarning.getMessage()
could return null
instead of message (JDBC-423)See the JDBC driver download page for download links. The release is also available on maven(*):
org.firebirdsql.jdbc
jaybird-jdkXX
2.2.10
* The artifactId depends on your target Java version: jaybird-jdk18
, jaybird-jdk17
, or jaybird-jdk16
.