Jaybird 3.0.7
The following has been changed or fixed since Jaybird 3.0.6
- Fixed: attempts to use a blob after it was freed or after transaction end could throw a
NullPointerException
or just work depending on whether the connection had a new transaction. (JDBC-587) - Fixed: Instances of
java.sql.Blob
andjava.sql.Clob
obtained from a result set were freed after calls toResultSet.next()
. (JDBC-588) - New feature: added
FBEventManager.createFor(Connection)
to create anEventManager
for an existing connection. Backported from Jaybird 4. (JDBC-594)
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>3.0.7</version>
* The artifactId depends on your target Java version: jaybird-jdk18
for Java 8 and higher, or jaybird-jdk17
for Java 7