mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
essentially after the first runthrough of `op_transaction` per a given `ProgramState`, we weren't resetting the instruction state to `Start´ at all, which means we didn't do any transaction state checking/updating. PR includes a rust bindings regression test that used to panic before this change, and I bet it also fixes this issue in turso-go: https://github.com/tursodatabase/turso-go/issues/28