Python DB API - commit() v. execute("commit transaction")?

Skip Montanaro skip.montanaro at gmail.com
Fri Jun 2 16:24:39 EDT 2017


On Fri, Jun 2, 2017 at 2:40 PM, Neil Cerutti <neilc at norwich.edu> wrote:

> You get autocommit with sqlite3 by setting isolation_level=None
> on the connection object.
>

Thanks for the pointer. I'd probably never have noticed the correspondence.

Skip



More information about the Python-list mailing list