You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2025. It is now read-only.
Nested transactions do not work with pysqlite because the SAVEPOINT and RELEASE statements are not recognized as non-DLL which cause implicit commits to be issued before execution.
Attached is a simple patch that adds "savepoint" and "release" to the list of statements that don't cause an implicit commit.
From skrulx on October 29, 2010 01:11:27
Nested transactions do not work with pysqlite because the SAVEPOINT and RELEASE statements are not recognized as non-DLL which cause implicit commits to be issued before execution.
Attached is a simple patch that adds "savepoint" and "release" to the list of statements that don't cause an implicit commit.
Attachment: savepoint.patch
Original issue: http://code.google.com/p/pysqlite/issues/detail?id=24