Skip to content

Commit 7903a10

Browse files
author
Erlend Egeberg Aasland
authored
bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922)
1 parent 23384a1 commit 7903a10

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)