You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/asciidoc/release_notes.adoc
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@ For known issues, consult <<known-issues>>.
37
37
38
38
The following was fixed or changed since Jaybird 6.0.4:
39
39
40
-
* JDBC 4.5 support: `JaybirdTypeCodes.DECFLOAT` and `JaybirdType.DECFLOAT` now use value `2015` instead of `-6001` (https://github.com/FirebirdSQL/jaybird/issues/906[#906])
40
+
* JDBC 4.5 support: `JaybirdTypeCodes.DECFLOAT` and `JaybirdType.DECFLOAT` now use type code `2015` instead of `-6001` (https://github.com/FirebirdSQL/jaybird/issues/906[#906])
41
41
+
42
-
Applications referencing this constant may need to be recompiled to function correctly with Jaybird 6.0.5 and higher.
42
+
Applications referencing these constants may need to be recompiled to function correctly with Jaybird 6.0.5 and higher.
43
43
If you use Java 26 or higher, we recommend using `java.sql.Type.DECFLOAT` and `java.sql.JDBCType.DECFLOAT` instead.
44
44
* JDBC 4.5 support: implemented methods `enquoteIdentifier`, `enquoteLiteral`, `enquoteNCharLiteral`, and `isSimpleIdentifier` on `FBConnection`, and added them to interface `FirebirdConnection` for access in older Java versions (https://github.com/FirebirdSQL/jaybird/issues/908[#908])
45
45
+
@@ -178,7 +178,7 @@ Possible workarounds:
178
178
--
179
179
+
180
180
This is caused by https://github.com/FirebirdSQL/firebird/issues/4971[firebird#4971]
181
-
* In Java 24 (and higher), the mapping of some named `WITH TIME ZONE` values changed as Java's mapping of short IDs changed.
181
+
* In Java 24 and higher, the mapping of some named `WITH TIME ZONE` values changed as Java's mapping of short IDs changed.
182
182
This should only affect cases where you explicitly obtain `ZonedDateTime` or `ZonedTime` instances with these named zones.
183
183
+
184
184
--
@@ -191,8 +191,6 @@ maps to -07:00 in older Java versions
191
191
--
192
192
+
193
193
This is informational only, and not something that we can fix or change in a later Jaybird release.
194
-
* Jaybird 6 is not yet fully compatible with the upcoming JDBC 4.5 Specification to be introduced with Java 26.
195
-
See <<jdbc45-compat>> for more information.
196
194
197
195
[#general-notes]
198
196
== General Notes
@@ -260,11 +258,11 @@ This driver does not support InterBase.
260
258
[#supported-java-versions]
261
259
=== Supported Java versions
262
260
263
-
Jaybird 6 supports Java 17 and higher (JDBC 4.3/JDBC 4.4).
0 commit comments