From ec414f6b2b6e040ab0e2beac7c4f70ff2a8efd98 Mon Sep 17 00:00:00 2001 From: "D. Richard Hipp" Date: Mon, 24 Dec 2018 14:30:11 +0000 Subject: [PATCH] Restore a line of code that was previously commented out for debugging. --- src/wherecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wherecode.c b/src/wherecode.c index 946bd0eb72..d238efdc82 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; }