mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
Handle Blob type together with Text type in op_seek
This commit is contained in:
committed by
Krishna Vishal
parent
6c04c18f87
commit
d13abad4b1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user