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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,18 @@ Changes per Jaybird 6 release.
33
33
See also <<whats-new-in-jaybird-6>>.
34
34
For known issues, consult <<known-issues>>.
35
35
36
+
=== Jaybird 6.0.4
37
+
38
+
The following was fixed or changed since Jaybird 6.0.3:
39
+
40
+
* Fixed: Negative buffer size on Firebird 2.5 if information response is 32KiB or greater (https://github.com/FirebirdSQL/jaybird/issues/895[#895])
41
+
+
42
+
The error occurs when preparing or executing statements with a lot of columns, especially select statements with columns that have long names and/or aliases for columns, tables and table owners.
43
+
Symptoms include unexpected closed connections, and errors like "`__Unsupported or unexpected operation code <number> in processOperation__`" (with varying numbers) and "`__java.lang.NegativeArraySizeException: -1__`" (and other negative numbers).
44
+
+
45
+
This fix was frontported from Jaybird 5.0.10.
46
+
Only Firebird 2.5 (not supported) is affected.
47
+
36
48
=== Jaybird 6.0.3
37
49
38
50
The following was fixed or changed since Jaybird 6.0.2:
0 commit comments