diff --git a/src/docs/asciidoc/release_notes.adoc b/src/docs/asciidoc/release_notes.adoc index 7ba10f5ed..1fa6be837 100644 --- a/src/docs/asciidoc/release_notes.adoc +++ b/src/docs/asciidoc/release_notes.adoc @@ -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. @@ -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])