Skip to content

Commit 509e549

Browse files
committed
Fix issue reference
1 parent 7c98e0c commit 509e549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docs/asciidoc/release_notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following has been changed or fixed since Jaybird 5.0.10:
4444
+
4545
Applications referencing this constant may need to be recompiled to function correctly with Jaybird 5.0.12 and higher.
4646
If you use Java 26 or higher, we recommend using `java.sql.Type.DECFLOAT` and `java.sql.JDBCType.DECFLOAT` instead.
47-
* JDBC 4.5 support: implemented methods `enquoteIdentifier`, `enquoteLiteral`, `enquoteNCharLiteral`, and `isSimpleIdentifier` on `FBConnection`, and added them to interface `FirebirdConnection` so for older Java versions (https://github.com/FirebirdSQL/jaybird/issues/908[#908])
47+
* JDBC 4.5 support: implemented methods `enquoteIdentifier`, `enquoteLiteral`, `enquoteNCharLiteral`, and `isSimpleIdentifier` on `FBConnection`, and added them to interface `FirebirdConnection` so for older Java versions (https://github.com/FirebirdSQL/jaybird/issues/918[#918])
4848
+
4949
The methods of the same name in the `java.sql.Statement` implementations now call the methods on the connection.
5050
This results in two minor breaking changes:

0 commit comments

Comments
 (0)