Skip to content

Commit b34ca7e

Browse files
author
Erlend Egeberg Aasland
authored
[3.10] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922). (GH-27953)
(cherry picked from commit 7903a10) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
1 parent 06e9a35 commit b34ca7e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

‎Misc/NEWS.d/3.10.0b3.rst‎

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,13 @@ improving entry point loading performance by ~10x.
192192
.. nonce: XXCVAp
193193
.. section: Library
194194
195-
Improve :mod:`sqlite3` error handling: ``sqlite3_value_text()`` errors that
196-
set ``SQLITE_NOMEM`` now raise :exc:`MemoryError`. Patch by Erlend E.
197-
Aasland.
195+
Improved string handling for :mod:`sqlite3` user-defined functions and
196+
aggregates:
197+
198+
* It is now possible to pass strings with embedded null characters to UDFs
199+
* Conversion failures now correctly raise :exc:`MemoryError`
200+
201+
Patch by Erlend E. Aasland.
198202

199203
..
200204

0 commit comments

Comments
 (0)