Show explanation for the NewRowid opcode

This commit is contained in:
Anton Harniakou
2025-05-04 14:14:19 +03:00
parent 46c915b13c
commit a971bce353

View File

@@ -1050,13 +1050,13 @@ pub fn insn_to_str(
rowid_reg,
prev_largest_reg,
} => (
"NewRowId",
"NewRowid",
*cursor as i32,
*rowid_reg as i32,
*prev_largest_reg as i32,
OwnedValue::build_text(""),
0,
"".to_string(),
format!("r[{}]=rowid", rowid_reg),
),
Insn::MustBeInt { reg } => (
"MustBeInt",