[Python-checkins] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922)

pablogsal webhook-mailer at python.org
Wed Aug 25 15:03:16 EDT 2021


https://github.com/python/cpython/commit/7903a1096343d8018e889029f025d39bdd077170
commit: 7903a1096343d8018e889029f025d39bdd077170
branch: main
author: Erlend Egeberg Aasland <erlend.aasland at innova.no>
committer: pablogsal <Pablogsal at gmail.com>
date: 2021-08-25T20:03:11+01:00
summary:

bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922)

files:
M Misc/NEWS.d/next/Library/2021-04-15-12-02-17.bpo-43853.XXCVAp.rst

diff --git a/Misc/NEWS.d/next/Library/2021-04-15-12-02-17.bpo-43853.XXCVAp.rst b/Misc/NEWS.d/next/Library/2021-04-15-12-02-17.bpo-43853.XXCVAp.rst
index c5c3a0ae83c7f..a0164c4665a05 100644
--- a/Misc/NEWS.d/next/Library/2021-04-15-12-02-17.bpo-43853.XXCVAp.rst
+++ b/Misc/NEWS.d/next/Library/2021-04-15-12-02-17.bpo-43853.XXCVAp.rst
@@ -1,3 +1,7 @@
-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.



More information about the Python-checkins mailing list