mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 17:14:20 +01:00
make query_start method to return bool - if result will have some rows or not
This commit is contained in:
@@ -819,6 +819,9 @@ impl ProgramBuilder {
|
||||
Insn::IdxLT { target_pc, .. } => {
|
||||
resolve(target_pc, "IdxLT");
|
||||
}
|
||||
Insn::IndexMethodQuery { pc_if_empty, .. } => {
|
||||
resolve(pc_if_empty, "IndexMethodQuery");
|
||||
}
|
||||
Insn::IsNull { reg: _, target_pc } => {
|
||||
resolve(target_pc, "IsNull");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user