Skip to content

Releases: FirebirdSQL/jaybird

Jaybird 2.1.5

31 May 13:01
Compare
Choose a tag to compare

What’s new in Jaybird 2.1.5:

  • Bugfix for events support on Linux

Jaybird 2.1.4

31 May 13:04
Compare
Choose a tag to compare

What’s new in Jaybird 2.1.4:

  • support for events for Firebird 2.1
  • new JNI code supporting multiple client libraries
  • new property allowing to change the default result set holdability
  • Feature #1428474. Implement record and tablename functionality from gstat
  • Improved performance of ResultSet.getBytes() method for BLOB columns

Jaybird 2.1.3

31 May 13:06
Compare
Choose a tag to compare

Changes in Jaybird 2.1.3

  • Firebird 2.1 compatibility updates

Jaybird 2.1.2

31 May 13:09
Compare
Choose a tag to compare

Bugs fixed in Jaybird 2.1.2

  • JDBC-106 When table name contains lower case letters, metadata information about table columns is not returned from the driver.

Jaybird 2.1.1

31 May 13:12
Compare
Choose a tag to compare

Bugs fixed in Jaybird 2.1.1

  • JDBC-100 When using the FBDatabaseMetaData.getColumns() method to check whether a column is nullable or not, the method will return wrong values for columns, which are defined by a domain.
  • Fixed issue with DatabaseMetaData result sets, when underlying statements were not closed when connection was closed and caused errors during garbage collection.
  • Support for INSERT...RETURNING statements.
  • JDK 6.0 compatibility.

Jaybird 2.1.0

31 May 13:15
Compare
Choose a tag to compare

Bugs fixed in Jaybird 2.1.0

  • JDBC-92. DatabaseMetaData becomes unusable when the statement that serves the result set is closed.
  • JDBC-87. Backported feature of upcoming Jaybird 2.2 release that allows specifying the octetsAsBytes connection property and receive byte[] when using the ResultSet.getObject() method
  • JDBC-85. Fixed returning of the error messages.
  • Bug reported in Firebird-Java group. ClassCastException when obtaining byte[] from BLOB fields in cached result set.

Jaybird 2.1.0-RC-1

31 May 13:16
Compare
Choose a tag to compare
Jaybird 2.1.0-RC-1 Pre-release
Pre-release
Jaybird_2_1_0_RC1

This commit was manufactured by cvs2svn to create tag 'Jaybird_2_1_0_…

Jaybird 2.1.0-beta-1

31 May 13:18
Compare
Choose a tag to compare
Jaybird 2.1.0-beta-1 Pre-release
Pre-release
Jaybird_2_1_0_beta1

This commit was manufactured by cvs2svn to create tag 'Jaybird_2_1_0_…

JayBird 2.0.1

31 May 13:22
Compare
Choose a tag to compare

Bugs fixed in JayBird 2.0.1

  • #1421579. Wrong result with Dialect 3 and FBDatabaseMetaData.getIndexInfo
  • #1434183. Error from verifier on deploying JayBird as resource adapter
  • #1449499. Incorrect DECIMAL_DIGITS value
  • #1460163. “Could not obtain connection” hides original exception
  • #1464522. JayBird: batch execution doesn’t work with blob columns
  • #1464795. getCrossReference returns wrong FK Column/Table Name
  • #1067485. Data truncation when use PreparedStatement in CHAR fields
  • Issue reported in this group that it is not possible to access databases with paths that contain accented characters in embedded mode
  • Changes to the encoding handling framework that should improve memory usage in the application.

JayBird 2.0.0

31 May 13:25
Compare
Choose a tag to compare

What’s new in JayBird 2.0

  • numerous refactorings to make code modular and maintainable
  • updatable result set support
  • batch updates in CallableStatement
  • unified connection properties
  • no caching in auto-commit mode
  • reworked JCA code
  • JDK 5.0 support
  • full support for Firebird Services API (manage users, backup/restore, database statistics, database maintenance)

For 2.0.0a:

  • Removed Fyracle support which will be shipped with Fyracle separately