sqlite3 is non-transactional??

Mark Summerfield m.n.summerfield at googlemail.com
Thu Jun 15 05:12:42 EDT 2017


On Thursday, June 15, 2017 at 9:50:18 AM UTC+1, Michele Simionato wrote:
> Thanks. I suspected the culprit was executescript, but I did not see it documented in https://docs.python.org/3/library/sqlite3.html#connection-objects.

Although the standard library's sqlite3 module is useful, personally, I've switched to using APSW which I've found to be extremely reliable and gives much more access to SQLite functionality: https://rogerbinns.github.io/apsw/



More information about the Python-list mailing list