Searched refs:pNewExpr2 (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | whereexpr.c | 1320 Expr *pNewExpr2; in exprAnalyze() local 1372 pNewExpr2 = sqlite3ExprDup(db, pLeft, 0); in exprAnalyze() 1373 pNewExpr2 = sqlite3PExpr(pParse, TK_LT, in exprAnalyze() 1374 sqlite3ExprAddCollateString(pParse,pNewExpr2,zCollSeqName), in exprAnalyze() 1376 transferJoinMarkings(pNewExpr2, pExpr); in exprAnalyze() 1377 idxNew2 = whereClauseInsert(pWC, pNewExpr2, wtFlags); in exprAnalyze()
|