]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922). (GH...
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Wed, 25 Aug 2021 19:50:23 +0000 (21:50 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Aug 2021 19:50:23 +0000 (20:50 +0100)
(cherry picked from commit 7903a1096343d8018e889029f025d39bdd077170)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Misc/NEWS.d/3.10.0b3.rst

index ebbc0006080cc7ab12574731416f6d507d8742db..5f399ad5aa871688f11b205a2c197544276af51f 100644 (file)
@@ -192,9 +192,13 @@ improving entry point loading performance by ~10x.
 .. nonce: XXCVAp
 .. section: Library
 
-Improve :mod:`sqlite3` error handling: ``sqlite3_value_text()`` errors that
-set ``SQLITE_NOMEM`` now raise :exc:`MemoryError`. Patch by Erlend E.
-Aasland.
+Improved string handling for :mod:`sqlite3` user-defined functions and
+aggregates:
+
+* It is now possible to pass strings with embedded null characters to UDFs
+* Conversion failures now correctly raise :exc:`MemoryError`
+
+Patch by Erlend E. Aasland.
 
 ..