This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Description
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