We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52702e8 commit 0ec17a2Copy full SHA for 0ec17a2
Misc/NEWS.d/next/Library/2021-04-15-12-02-17.bpo-43853.XXCVAp.rst
@@ -1,3 +1,7 @@
1
-Improve :mod:`sqlite3` error handling: ``sqlite3_value_text()`` errors that
2
-set ``SQLITE_NOMEM`` now raise :exc:`MemoryError`. Patch by Erlend E.
3
-Aasland.
+Improved string handling for :mod:`sqlite3` user-defined functions and
+aggregates:
+
4
+* It is now possible to pass strings with embedded null characters to UDFs
5
+* Conversion failures now correctly raise :exc:`MemoryError`
6
7
+Patch by Erlend E. Aasland.
0 commit comments