mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 00:54:19 +01:00
add explicit tracker for Txn cleanup necessary for statement
This commit is contained in:
@@ -458,11 +458,6 @@ impl CompiledExpression {
|
||||
"Expression evaluation produced unexpected row".to_string(),
|
||||
));
|
||||
}
|
||||
crate::vdbe::execute::InsnFunctionStepResult::Interrupt => {
|
||||
return Err(crate::LimboError::InternalError(
|
||||
"Expression evaluation was interrupted".to_string(),
|
||||
));
|
||||
}
|
||||
crate::vdbe::execute::InsnFunctionStepResult::Step => {
|
||||
pc = state.pc as usize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user