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 06e9a35 commit b34ca7eCopy full SHA for b34ca7e
Misc/NEWS.d/3.10.0b3.rst
@@ -192,9 +192,13 @@ improving entry point loading performance by ~10x.
192
.. nonce: XXCVAp
193
.. section: Library
194
195
-Improve :mod:`sqlite3` error handling: ``sqlite3_value_text()`` errors that
196
-set ``SQLITE_NOMEM`` now raise :exc:`MemoryError`. Patch by Erlend E.
197
-Aasland.
+Improved string handling for :mod:`sqlite3` user-defined functions and
+aggregates:
+
198
+* It is now possible to pass strings with embedded null characters to UDFs
199
+* Conversion failures now correctly raise :exc:`MemoryError`
200
201
+Patch by Erlend E. Aasland.
202
203
..
204
0 commit comments