Jaybird 4.0.9
What's new
The following has been changed or fixed since Jaybird 4.0.8:
- Fixed: Some methods of
FBClob
threwNullPointerException
when attempting to use after implicit or explicitfree()
(jaybird#719) - Improvement: If the default JVM time zone is a GMT offset, e.g.
GMT-08:00
, configuresessionTimeZone
with offset only, e.g.-08:00
(jaybird#720) - Fixed: Executing DML with a RETURNING clause containing a blob column would return the blob-id instead of the blob value (jaybird#728)
- Fixed:
CallableStatement.getString
would incorrectly trim string values (jaybird#729) - Fixed:
ResultSetMetaData.getPrecision(int)
of a connectionless result set could throw aNullPointerException
if the column was of typeFLOAT
orDOUBLE PRECISION
(jaybird#730)
Bug reports about undocumented changes in behavior are appreciated. Feedback can be sent to the Firebird-java Google Group or reported on the issue tracker https://github.com/FirebirdSQL/jaybird/issues.
See also the full Jaybird 4 release notes.
Maven
The release is also available on maven(*):
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird</artifactId>
<version>4.0.9.java11</version>
* The version depends on your target Java version: 4.0.9.java11
(for Java 11 and higher), 4.0.9.java8
, or 4.0.9.java7