Join Firebird!

Join Firebird Foundation to support Firebird SQL development and receive multiple bonuses

Follow Us

Select your media preference

Newsletter

Subscribe to Firebird’s Newsletter to receive the latest news

News & Events
January 23, 2015
Jiri Cincura announces the 4.6.1.0 Release of ADO.NET provider for Firebird.

You can download it in the ".NET Provider" section of Downloads. Enjoy!

See blog.cincura.net for details.
Jiri Cincura announces the 4.6.1.0 Release of ADO.NET provider for Firebird.

You can download it in the ".NET Provider" section of Downloads. Enjoy!

See blog.cincura.net for details.
January 17, 2015
Accordingly to its release lifetime policy, Firebird Project notifies that the Firebird v2.1 series has reached its end-of-life and thus will not be maintained anymore.

The last official release in this series, Firebird 2.1.7, which has been announced in December 2014, will be available from the "Discontinued Versions" section of the download area.
Accordingly to its release lifetime policy, Firebird Project notifies that the Firebird v2.1 series has reached its end-of-life and thus will not be maintained anymore.

The last official release in this series, Firebird 2.1.7, which has been announced in December 2014, will be available from the "Discontinued Versions" section of the download area.
December 30, 2014
The Firebird JDBC team is happy to announce the release of Jaybird 2.2.6.

This release contains the following fixes:
  • Reverted Firebird 3 workaround for updatable result sets as bug has been fixed in Firebird (JDBC-330)
  • Fixed: Processing and closing the ResultSet from callable statement and then using the getters throws NullPointerException (JDBC-350)
Using both the getters and the result set for the same callable statement is incorrect; the ability to do this might be removed in a future version of Jaybird. A ResultSet should be used for selectable procedures, while the getters should be used with executable procedures.
  • Fixed: FBManagedConnectionFactory.tryCompleteInLimboTransaction doesn't work with recent Firebird 3 builds (JDBC-353)
  • Fixed: Jaybird can throw a NullPointerException when a fatal connection error has occurred (JDBC-359)
  • Fixed: Calling close on a JCA connection triggers exception Connection enlisted in distributed transaction (JDBC-362)
  • Fixed: Potential memory-leak when using a lot of different connection strings and/or properties (JDBC-364)
  • Fixed: FBRowUpdater.buildInsertStatement doesn't quote column names (JDBC-370)
  • Fixed: EncodingFactory doesn't handle UnsupportedCharsetException (JDBC-371)
  • Fixed: Current method of quoting in FBRowUpdater incorrect for dialect 1 (JDBC-372)
The release is also available on maven(*):
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.6</version>

* The artifactId depends on your target Java version: jaybird-jdk15, jaybird-jdk16, jaybird-jdk17 or jaybird-jdk18.
The Firebird JDBC team is happy to announce the release of Jaybird 2.2.6.

This release contains the following fixes:
  • Reverted Firebird 3 workaround for updatable result sets as bug has been fixed in Firebird (JDBC-330)
  • Fixed: Processing and closing the ResultSet from callable statement and then using the getters throws NullPointerException (JDBC-350)
Using both the getters and the result set for the same callable statement is incorrect; the ability to do this might be removed in a future version of Jaybird. A ResultSet should be used for selectable procedures, while the getters should be used with executable procedures.
  • Fixed: FBManagedConnectionFactory.tryCompleteInLimboTransaction doesn't work with recent Firebird 3 builds (JDBC-353)
  • Fixed: Jaybird can throw a NullPointerException when a fatal connection error has occurred (JDBC-359)
  • Fixed: Calling close on a JCA connection triggers exception Connection enlisted in distributed transaction (JDBC-362)
  • Fixed: Potential memory-leak when using a lot of different connection strings and/or properties (JDBC-364)
  • Fixed: FBRowUpdater.buildInsertStatement doesn't quote column names (JDBC-370)
  • Fixed: EncodingFactory doesn't handle UnsupportedCharsetException (JDBC-371)
  • Fixed: Current method of quoting in FBRowUpdater incorrect for dialect 1 (JDBC-372)
The release is also available on maven(*):
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.6</version>

* The artifactId depends on your target Java version: jaybird-jdk15, jaybird-jdk16, jaybird-jdk17 or jaybird-jdk18.
November 10, 2014