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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ Feedback can be sent to the {firebird-java}[Firebird-java mailing list] or repor
180
180
[#supported-firebird-versions]
181
181
=== Supported Firebird versions
182
182
183
-
Jaybird {version_wo_target} was tested against Firebird 3.0.12, Firebird 4.0.5, Firebird 5.0.2 and a recent snapshot of Firebird 6.0, but should also support other Firebird versions from 3.0 and up.
183
+
Jaybird {version_wo_target} was tested against Firebird 3.0.12, Firebird 4.0.5, Firebird 5.0.2, and recent snapshots of Firebird 5.0.3 and Firebird 6.0, but should also support other Firebird versions from 3.0 and up.
184
184
Firebird 2.5 and older are not supported.
185
185
186
186
Firebird 6.0 is currently also not considered supported (see also <<firebird-support>> in <<whats-new-in-jaybird-6>>).
@@ -527,7 +527,7 @@ See also <<unsupported-protocol>>.
527
527
=== Pure Java will not connect to unsupported Firebird versions by default
528
528
529
529
The pure Java protocol will by default no longer try the wire protocol versions of unsupported Firebird versions.
530
-
This means that -- by default -- only protocol version 13 (Firebird 3.0) -- 18 (Firebird 5.0) are tried.
530
+
This means that -- by default -- only protocol version 13 (Firebird 3.0) -- 19 (Firebird 5.0.3 and higher) are tried.
531
531
As a result, attempts to connect to Firebird 2.5 or earlier will result in error "`__connection rejected by remote interface__`" (`335544421` or `isc_connect_reject`).
532
532
533
533
The connection property `enableProtocol` can enable unsupported protocols, assuming a suitable protocol implementation is available on the classpath.
@@ -581,7 +581,7 @@ Unsupported protocol versions may be removed in future major releases of Jaybird
581
581
|16footnote:[Jaybird has no protocol 17 implementation]
582
582
583
583
|5.0
584
-
|18
584
+
|19footnote:[since Firebird 5.0.3, version 18 for 5.0.0 -- 5.0.2]
0 commit comments