mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-15 21:14:21 +01:00
core/vdbe: Fix AutoCommit instruction to halt the VM
Pointed out by Jussi
This commit is contained in:
@@ -1190,7 +1190,7 @@ impl Program {
|
||||
));
|
||||
}
|
||||
}
|
||||
state.pc += 1;
|
||||
return self.halt(pager);
|
||||
}
|
||||
Insn::Goto { target_pc } => {
|
||||
assert!(target_pc.is_offset());
|
||||
|
||||
Reference in New Issue
Block a user