SQLite behavior is here: https://sqlite.org/lang_transaction.html . The regular implicit transactions there plus explicit where needed aren’t supported in any python mode.
The regular implicit transactions there plus explicit where needed aren’t supported in any python mode
Specific examples would be extremely useful. You've done some work learning and deducing this stuff, others could learn if you would share and explain it.
Comments
Pythons options are here: https://docs.python.org/3/library/sqlite3.html
SQLite behavior is here: https://sqlite.org/lang_transaction.html . The regular implicit transactions there plus explicit where needed aren’t supported in any python mode.
Specific examples would be extremely useful. You've done some work learning and deducing this stuff, others could learn if you would share and explain it.