Jaybird 2.2.10
The following has been changed or fixed in Jaybird 2.2.10:
- Improvement: Transmit encrypted password (
isc_dpb_password_enc
andisc_spb_password_enc
) in pure java protocol (JDBC-406) - Improvement: Specify
isc_tpb_lock_timeout
in transaction mapping (JDBC-407) - Fixed:
DatabaseMetaData.supportsGetGeneratedKeys
does not report real
availability of generated keys feature (JDBC-412) - Fixed:
FBCachedClob
throwsSQLException
instead
ofSQLFeatureNotSupportedException
(JDBC-414) - Fixed: Transaction mapping cannot be configured through JDBC URL (JDBC-421)
- Fixed:
FBSQLWarning.getMessage()
could returnnull
instead of message (JDBC-423)
Known issues in Jaybird 2.2.10
- Connecting to Firebird 2.5 and earlier with a Firebird 3
fbclient.dll
may
be slow with native connections, see CORE-4658.
Workaround is to connect to the IPv4 address instead of the hostname.
See the full release notes for more information.
The release is also available on maven(*):
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.10</version>
* The artifactId depends on your target Java version: jaybird-jdk18
, jaybird-jdk17
, or jaybird-jdk16
.