Handle Blob type together with Text type in op_seek

This commit is contained in:
krishvishal
2025-06-06 20:08:18 +05:30
committed by Krishna Vishal
parent 6c04c18f87
commit d13abad4b1

View File

@@ -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)