Skip to content

Commit

Permalink
Consistent wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Oct 27, 2023
1 parent 069c25b commit 7ce5e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For consistency, we decided to let Jaybird handle it the same.
* Fixed: on `CHAR` fields, a too short value could be returned if the string contained one or more codepoints represented by surrogate pairs and the string length in `char` exceeded the maximum string length -- backported from Jaybird 6 (https://github.com/FirebirdSQL/jaybird/issues/770[#770])
+
We now truncate the returned string if the codepoint count exceeds the maximum string length.
* Fixed: `CallableStatement.getXXX(String)` could return value from wrong column -- backport from Jaybird 6 (https://github.com/FirebirdSQL/jaybird/issues/772[#772])
* Fixed: `CallableStatement.getXXX(String)` could return value from wrong column -- backported from Jaybird 6 (https://github.com/FirebirdSQL/jaybird/issues/772[#772])
[#jaybird-5-0-2-changelog]
=== Jaybird 5.0.2
Expand Down

0 comments on commit 7ce5e0d

Please sign in to comment.