Skip to content

Commit

Permalink
Restore a line of code that was previously commented out for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
D. Richard Hipp committed Dec 24, 2018
1 parent 3086cd0 commit ec414f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wherecode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ec414f6

Please sign in to comment.