mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-03 00:14:21 +01:00
As explained in docs: https://sqlite.org/lang_transaction.html "BEGIN DEFERRED statement merely sets a flag on the database connection that turns off the automatic commit that would normally occur when the last statement finishes." The transaction upgrade (read -> write) is already handled by the VDBE