Thanks to visit codestin.com Credit goes to github.com
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 bef4883 commit a09062cCopy full SHA for a09062c
1 file changed
Doc/whatsnew/3.11.rst
@@ -291,6 +291,10 @@ sqlite3
291
experience.
292
(Contributed by Erlend E. Aasland in :issue:`45828`.)
293
294
+* Fetch across rollback no longer raises :exc:`~sqlite3.InterfaceError`.
295
+ Instead we leave it to the SQLite library to handle these cases.
296
+ (Contributed by Erlend E. Aasland in :issue:`44092`.)
297
+
298
299
sys
300
---
@@ -302,11 +306,6 @@ sys
302
306
(Contributed by Irit Katriel in :issue:`45711`.)
303
307
304
308
305
-* Fetch across rollback no longer raises :exc:`~sqlite3.InterfaceError`.
- Instead we leave it to the SQLite library to handle these cases.
- (Contributed by Erlend E. Aasland in :issue:`44092`.)
-
309
310
threading
311
---------
312
0 commit comments