mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-14 00:22:38 +03:00
Fix another problem on this branch.
FossilOrigin-Name: a4fc98113aeb10860834f68a2fdcef690ea15d8303d23b6dd416994a4b7edab6
This commit is contained in:
@@ -2061,7 +2061,7 @@ Bitmask sqlite3WhereCodeOneLoopStart(
|
||||
iNext = 2;
|
||||
continue;
|
||||
}
|
||||
if( iLoop<3 && (pE->flags & EP_VarSelect) ){
|
||||
if( iLoop<3 && (pTerm->wtFlags & TERM_VARSELECT) ){
|
||||
if( iNext==0 ) iNext = 3;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user