[3.10] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922). (GH-27953)

(cherry picked from commit 7903a10963)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
This commit is contained in:
Erlend Egeberg Aasland 2021-08-25 21:50:23 +02:00 committed by GitHub
parent 06e9a35169
commit b34ca7e051
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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.
..