Skip to content

Commit f9a5dc6

Browse files
author
Erlend E. Aasland
committed
Add NEWS
1 parent 452ce40 commit f9a5dc6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)