Skip to content

Commit d74cf02

Browse files
committed
Fix issue reference
1 parent 8f937e9 commit d74cf02

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
@@ -41,7 +41,7 @@ The following was fixed or changed since Jaybird 6.0.4:
4141
+
4242
Applications referencing this constant may need to be recompiled to function correctly with Jaybird 6.0.5 and higher.
4343
If you use Java 26 or higher, we recommend using `java.sql.Type.DECFLOAT` and `java.sql.JDBCType.DECFLOAT` instead.
44-
* 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])
44+
* 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])
4545
+
4646
The methods of the same name in the `java.sql.Statement` implementations now call the methods on the connection.
4747
This results in two minor breaking changes:

0 commit comments

Comments
 (0)