Jaybird 5.0.6 released
We are happy to announce the release of Jaybird 5.0.6.
The following has been fixed since Jaybird 5.0.5:
- Fixed: Exceptions during statement execution did not always complete the statement, which could delay transaction commit in auto-commit mode (#806)
- Fixed: Closing a connection when the database was shutdown, or the connection was otherwise broken, could result in a NullPointerException (#812)
- Fixed: Error “Column unknown; IND.RDB$CONDITION_SOURCE” when calling DatabaseMetaData.getIndexInfo on Firebird 5.0 with a Firebird 4.0 (ODS 13.0) database (#813)
- Fixed: Calling ResultSet.wasNull() when on the insert-row throws a SQLException instead of reporting the null-state of the last retrieved column (#816)
- Fixed: Inserting a row into a result set backed by a server-side scrollable cursor could include the inserted row twice (#819)
- Improvement: Updated JNA dependency to version 5.15.0 (#823)
Jaybird 5 supports Firebird 2.5 and higher, on Java 8, 11, 17, 21, and 23 (support for Java 11 and higher using the Java 11 version of the driver).
See also: