Skip to content

Commit

Permalink
misc. copy editing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Aug 3, 2024
1 parent 478507e commit dbe5754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/asciidoc/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This fix was backported from Jaybird 6.
* Fixed: Closing a connection when the database was shutdown, or the connection was otherwise broken, could result in a `NullPointerException` (https://github.com/FirebirdSQL/jaybird/issues/812[#812])
+
This fix was backported from Jaybird 6.
* Fixed: Error "Column unknown; IND.RDB$CONDITION_SOURCE" when calling `DatabaseMetaData.getIndexInfo` on Firebird 5.0 with a Firebird 4.0 (ODS 13.0) database (https://github.com/FirebirdSQL/jaybird/issues/813[#813])
* Fixed: Error "`Column unknown; IND.RDB$CONDITION_SOURCE`" when calling `DatabaseMetaData.getIndexInfo` on Firebird 5.0 with a Firebird 4.0 (ODS 13.0) database (https://github.com/FirebirdSQL/jaybird/issues/813[#813])
+
The partial index metadata support introduced in Jaybird 5.0.5 did not take into account that Firebird 5.0 could also open a Firebird 4.0 database.
Expand Down Expand Up @@ -72,7 +72,7 @@ This improvement was backported from Jaybird 6.
* Improvement: `Statement.getResultSet` no longer throws a `SQLException` with message "`Only one result set at a time/statement`" if the current result set has already been returned by `executeQuery` or a previous call to `getResultSet` (https://github.com/FirebirdSQL/jaybird/issues/762[#762])
+
Repeated calls to `getResultSet` will now return the current result set.
As part of this change implementations of `FirebirdStatement.getCurrentResultSet` now simply returns `getResultSet`, and the `getCurrentResultSet` method has been deprecated for removal in Jaybird 7.
As part of this change implementations of `FirebirdStatement.getCurrentResultSet` now simply return `getResultSet`, and the `getCurrentResultSet` method has been deprecated for removal in Jaybird 7.
+
This improvement was backported from Jaybird 6.
* Improvement: Updated JNA dependency to version 5.14.0 (https://github.com/FirebirdSQL/jaybird/issues/810[#810])
Expand Down

0 comments on commit dbe5754

Please sign in to comment.