Jaybird 5.0.1
What's new
The following has been changed or fixed since Jaybird 5.0.0:
- 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
andCallableStatement.getObject
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 5 release notes.
Maven
The release is also available on maven(*):
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird</artifactId>
<version>5.0.1.java11</version>
* The version depends on your target Java version: 5.0.1.java11
(for Java 11 and higher), or 5.0.1.java8