diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wherecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wherecode.c b/src/wherecode.c index 946bd0eb7..d238efdc8 100644 --- a/src/wherecode.c +++ b/src/wherecode.c @@ -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; } |