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 452ce40 commit f9a5dc6Copy full SHA for f9a5dc6
1 file changed
Misc/NEWS.d/next/Library/2021-08-10-00-05-53.bpo-44859.9e9_3V.rst
@@ -0,0 +1,7 @@
1
+Raise more accurate exceptions in :mod:`sqlite3`.
2
+
3
+* Raise InterfaceError iso. ProgrammingError for SQLITE_MISUSE
4
+* Don't overwrite BufferError with ValueError when converting to BLOB
5
+* Raise ProgrammingError iso. Warning if user tries to execute() more than one
6
+ statement
7
+* Raise DataError iso. ValueError if query contains NULL characters
0 commit comments