mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
else in guard?
This commit is contained in:
parent
0123b249ea
commit
4039328eda
1 changed files with 2 additions and 2 deletions
|
|
@ -5521,9 +5521,9 @@ static int vec0BestIndex(sqlite3_vtab *pVTab, sqlite3_index_info *pIdxInfo) {
|
|||
}
|
||||
value = VEC0_METADATA_OPERATOR_IN;
|
||||
sqlite3_vtab_in(pIdxInfo, i, 1);
|
||||
}
|
||||
}else
|
||||
#endif
|
||||
else {
|
||||
{
|
||||
value = VEC0_PARTITION_OPERATOR_EQ;
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue