mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.9] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922) (GH-27952)
(cherry picked from commit 7903a10963)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
This commit is contained in:
parent
52702e8ba0
commit
0ec17a2494
1 changed files with 7 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue