1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-15 11:41:13 +03:00

Restore a line of code that was previously commented out for debugging.

FossilOrigin-Name: e53781f5bdf5c7b7d91ffe76565ea2fe5d1b3a9b162b3a88a7017bbe785d4c72
This commit is contained in:
drh
2018-12-24 14:30:11 +00:00
parent 5198ff5767
commit a599e150ca
3 changed files with 8 additions and 8 deletions

View File

@@ -2197,7 +2197,7 @@ Bitmask sqlite3WhereCodeOneLoopStart(
if( pAlt->wtFlags & (TERM_CODED) ) continue;
if( (pAlt->eOperator & WO_IN)
&& (pAlt->pExpr->flags & EP_xIsSelect)
// && (pAlt->pExpr->x.pSelect->pEList->nExpr>1)
&& (pAlt->pExpr->x.pSelect->pEList->nExpr>1)
){
continue;
}