mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
If upgrade from read to write transaction fails, don't roll back the transaction. Instead restore the transaction into its original state, which allows deferred transactions that have not read anything to restart automatically. Fixes #2984