6 ms·
Pythons options are here: https://docs.python.org/3/library/sqlite3.html https://docs.python.org/3/library/sqlite3.html SQLite behavior is here: https://sqlite
by jph00 3mo ago
Pythons options are here: https://docs.python.org/3/library/sqlite3.html https://docs.python.org/3/library/sqlite3.html
SQLite behavior is here: https://sqlite.org/lang_transaction.html https://sqlite.org/lang_transaction.html . The regular implicit transactions there plus explicit where needed aren’t supported in any python mode.
- jmalicki 3mo ago> 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.