Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Nov 24, 2023
1 parent 8d9d9b1 commit 0782878
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 @@ -31,7 +31,7 @@ For known issues, consult <<known-issues>>.

The following has been changed or fixed since Jaybird 5.0.2:

* Improvement: Do not reject attempts to read blob id 0 -- backported from Jaybird 6 (https://github.com/FirebirdSQL/jaybird/issues/765[jaybird#765])
* Improvement: Do not reject attempts to read blob id 0 -- backported from Jaybird 6 (https://github.com/FirebirdSQL/jaybird/issues/765[#765])
+
Previously, Jaybird rejected attempts to read blobs with blob id `0` (not on all code paths, for some only when assertions are enabled).
Formally, blob id `0` is not a valid blob id, but in practice they can occur (e.g. due to bugs, or access components/drivers explicitly setting a blob column to id `0`).
Expand Down

0 comments on commit 0782878

Please sign in to comment.