sqliteExprCheck
if( sqliteExprCheck(pParse, pWhere, 0, 0) ){
if( sqliteExprCheck(pParse, pE2, 0, 0) ){
nErr = sqliteExprCheck(pParse, pExpr->pList->a[i].pExpr,
nErr = sqliteExprCheck(pParse, pExpr->pLeft, allowAgg, pIsAgg);
nErr = sqliteExprCheck(pParse, pExpr->pRight, allowAgg, pIsAgg);
nErr = sqliteExprCheck(pParse, pE2, allowAgg, pIsAgg);
if( sqliteExprCheck(pParse, pList->a[i].pExpr, 0, 0) ){
if( sqliteExprCheck(pParse, pEList->a[i].pExpr, 1, &isAgg) ){
if( sqliteExprCheck(pParse, pWhere, 0, 0) ){
if( sqliteExprCheck(pParse, pHaving, 1, &isAgg) ){
if( sqliteExprCheck(pParse, pE, isAgg, 0) ){
if( sqliteExprCheck(pParse, pE, isAgg, 0) ){
int sqliteExprCheck(Parse*, Expr*, int, int*);
if( sqliteExprCheck(pParse, pChanges->a[i].pExpr, 0, 0) ){
if( sqliteExprCheck(pParse, pWhere, 0, 0) ){