The Firebird JDBC team is happy to announce the release of Jaybird 2.2.9.
This release contains the following changes and fixes:
CLOSE_CURSORS_AT_COMMIT
isn't correctly closed on commit (JDBC-307)isc_tpb_autocommit
in auto commit mode (JDBC-399)CallableStatement.getMetaData()
and getParameterMetaData()
call throws exception when no input parameters provided when out parameter registered (JDBC-402)ResultSetMetaData
will now report (VAR)CHAR CHARACTER SET OCTETS
columns as Types.BINARY
or Types.VARBINARY
when using octetsAsBytes=true
connection property. (JDBC-408)<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.9</version>
* The artifactId depends on your target Java version: jaybird-jdk18, jaybird-jdk17, or jaybird-jdk16