mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-20 23:45:18 +01:00
VDBE: begin statement subtransaction in op_transaction
This commit is contained in:
@@ -2471,6 +2471,9 @@ pub fn op_transaction_inner(
|
||||
}
|
||||
}
|
||||
|
||||
let write = matches!(tx_mode, TransactionMode::Write);
|
||||
state.begin_statement(&program.connection, &pager, write)?;
|
||||
|
||||
state.pc += 1;
|
||||
state.op_transaction_state = OpTransactionState::Start;
|
||||
return Ok(InsnFunctionStepResult::Step);
|
||||
|
||||
Reference in New Issue
Block a user