summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-08-25 19:50:23 (GMT)
committerGitHub <noreply@github.com>2021-08-25 19:50:23 (GMT)
commitb34ca7e0515e6726cf5e938f7239de41df710cfd (patch)
treedf14deb114a0fb18e604336d50c0fee8a9905d2d /Misc
parent06e9a35169e125488d4ae9228626eb95375f3a14 (diff)
downloadcpython-b34ca7e0515e6726cf5e938f7239de41df710cfd.zip
cpython-b34ca7e0515e6726cf5e938f7239de41df710cfd.tar.gz
cpython-b34ca7e0515e6726cf5e938f7239de41df710cfd.tar.bz2
[3.10] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922). (GH-27953)
(cherry picked from commit 7903a1096343d8018e889029f025d39bdd077170) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.10.0b3.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/Misc/NEWS.d/3.10.0b3.rst b/Misc/NEWS.d/3.10.0b3.rst
index ebbc000..5f399ad 100644
--- a/Misc/NEWS.d/3.10.0b3.rst
+++ b/Misc/NEWS.d/3.10.0b3.rst
@@ -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.
..