1
0
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:
dan
2017-07-10 15:17:30 +00:00
parent 8674ec5a7f
commit d3930b1266
7 changed files with 51 additions and 13 deletions

View File

@@ -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;
}