Subject | Jaybird 2.2.13 released |
---|---|
Author | Mark Rotteveel |
Post date | 2017-04-10T12:55:20Z |
I have just released Jaybird 2.2.13.
The release can be downloaded from
https://www.firebirdsql.org/en/jdbc-driver/ or
https://github.com/FirebirdSQL/jaybird/releases/tag/v2.2.13
The release is also available on maven(*):
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.13</version>
* The artifactId depends on your target Java version: jaybird-jdk18,
jaybird-jdk17, or jaybird-jdk16.
The following has been changed or fixed since Jaybird 2.2.12:
* Improved: Support for Firebird 4 object name length of 63 characters
(JDBC-467)
* Various improvements to thread safety and incomplete object validity
checks. (JDBC-469) (JDBC-470)
* Fixed: Generated keys query for table with space character (or any
other character below `\u00A0` that was not `a`-`z`, `A`-`Z`, `0`-`9`,
`$`, `_`, or `:`) in its (quoted) name returns empty generated keys
result set (JDBC-481)
Full release notes on
https://www.firebirdsql.org/file/documentation/drivers_documentation/java/2.2.13/release_notes.html
Mark
--
Mark Rotteveel
The release can be downloaded from
https://www.firebirdsql.org/en/jdbc-driver/ or
https://github.com/FirebirdSQL/jaybird/releases/tag/v2.2.13
The release is also available on maven(*):
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.13</version>
* The artifactId depends on your target Java version: jaybird-jdk18,
jaybird-jdk17, or jaybird-jdk16.
The following has been changed or fixed since Jaybird 2.2.12:
* Improved: Support for Firebird 4 object name length of 63 characters
(JDBC-467)
* Various improvements to thread safety and incomplete object validity
checks. (JDBC-469) (JDBC-470)
* Fixed: Generated keys query for table with space character (or any
other character below `\u00A0` that was not `a`-`z`, `A`-`Z`, `0`-`9`,
`$`, `_`, or `:`) in its (quoted) name returns empty generated keys
result set (JDBC-481)
Full release notes on
https://www.firebirdsql.org/file/documentation/drivers_documentation/java/2.2.13/release_notes.html
Mark
--
Mark Rotteveel