diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/select.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/select.c b/src/select.c index 128b33ee0..29df3325f 100644 --- a/src/select.c +++ b/src/select.c @@ -417,7 +417,6 @@ void sqlite3SetJoinExpr(Expr *p, int iTable, u32 joinFlag){ p->w.iJoin = iTable; if( p->op==TK_FUNCTION ){ assert( ExprUseXList(p) ); - assert( p->pLeft==0 ); if( p->x.pList ){ int i; for(i=0; i<p->x.pList->nExpr; i++){ |