Skip to content

Commit

Permalink
search: Avoid marking multiple constraints as argv 1 when calculating…
Browse files Browse the repository at this point in the history
… vtable best index
  • Loading branch information
ackwell committed Nov 3, 2024
1 parent cb6f45d commit 3f4e6d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/search/sqlite/vtable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ unsafe impl<'vtab> vtab::VTab<'vtab> for IronworksTable {
{
use_row_id = true;
usage.set_argv_index(1);
break;
}
}

Expand Down

0 comments on commit 3f4e6d8

Please sign in to comment.