diff --git a/core/vdbe/insn.rs b/core/vdbe/insn.rs index aeae9f685..1fad2c479 100644 --- a/core/vdbe/insn.rs +++ b/core/vdbe/insn.rs @@ -430,7 +430,7 @@ pub enum Insn { num_regs: usize, target_pc: BranchOffset, }, - + // The P4 register values beginning with P3 form an unpacked index key that omits the PRIMARY KEY. Compare this key value against the index that P1 is currently pointing to, ignoring the PRIMARY KEY or ROWID fields at the end. // If the P1 index entry is lesser or equal than the key value then jump to P2. Otherwise fall through to the next instruction. IdxLE {