Skip to content

Commit 0ec17a2

Browse files
author
Erlend Egeberg Aasland
authored
[3.9] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922) (GH-27952)
(cherry picked from commit 7903a10) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
1 parent 52702e8 commit 0ec17a2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
Improve :mod:`sqlite3` error handling: ``sqlite3_value_text()`` errors that
2-
set ``SQLITE_NOMEM`` now raise :exc:`MemoryError`. Patch by Erlend E.
3-
Aasland.
1+
Improved string handling for :mod:`sqlite3` user-defined functions and
2+
aggregates:
3+
4+
* It is now possible to pass strings with embedded null characters to UDFs
5+
* Conversion failures now correctly raise :exc:`MemoryError`
6+
7+
Patch by Erlend E. Aasland.

0 commit comments

Comments
 (0)