diff --git a/core/vdbe/execute.rs b/core/vdbe/execute.rs index 219b87b23..49f27ffa4 100644 --- a/core/vdbe/execute.rs +++ b/core/vdbe/execute.rs @@ -2692,7 +2692,7 @@ pub fn op_seek( op } } - Value::Text(_) => { + Value::Text(_) | Value::Blob(_) => { match op { SeekOp::GT | SeekOp::GE => { // No integers are > or >= non-numeric text, jump to target (empty result)