Skip to content

Commit c8e61f2

Browse files
committed
Revise maximum protocol version
1 parent 8d42082 commit c8e61f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/asciidoc/reference/connection/enableprotocol.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Since Jaybird 6, the pure Java protocol implementation will no longer attempt to connect with protocol versions of Firebird versions which are not supported.
77
Since the minimum supported Firebird version in Jaybird 6 is Firebird 3.0, this means that protocol versions 10, 11 and 12 are no longer tried by default.
8-
Protocol versions higher than 18 (Firebird 5.0.0) will also not be attempted (assuming a protocol implementation with that version number exists on the classpath).
8+
Protocol versions higher than 19 (Firebird 5.0.3) will also not be attempted (assuming a protocol implementation with that version number exists on the classpath).
99

1010
As a workaround, the connection property `enableProtocol` can enable unsupported protocols, assuming a suitable protocol implementation is available on the classpath.
1111

@@ -58,6 +58,6 @@ Unsupported protocol versions may be removed in future releases of Jaybird.
5858
|16footnote:[Jaybird has no protocol 17 implementation]
5959

6060
|5.0
61-
|18
61+
|19footnote:[since Firebird 5.0.3, version 18 for 5.0.0 - 5.0.2]
6262

6363
|===

0 commit comments

Comments
 (0)