This commit is contained in:
Jussi Saurio 2025-07-07 18:42:30 +03:00
parent ebd5739968
commit a079f14e4b

View file

@ -4557,7 +4557,7 @@ pub fn op_new_rowid(
state.op_new_rowid_state = OpNewRowidState::GetRowid;
state.pc += 1;
return Ok(InsnFunctionStepResult::Step);
Ok(InsnFunctionStepResult::Step)
}
pub fn op_must_be_int(