Home
last modified time | relevance | path

Searched refs:pSubst (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c152791 SubstContext *pSubst, /* Description of the substitution */ argument
152796 && pExpr->w.iJoin==pSubst->iTable
152799 pExpr->w.iJoin = pSubst->iNewTable;
152802 && pExpr->iTable==pSubst->iTable
152817 assert( pSubst->pEList!=0 && iColumn<pSubst->pEList->nExpr );
152819 pCopy = pSubst->pEList->a[iColumn].pExpr;
152821 sqlite3VectorErrorMsg(pSubst->pParse, pCopy);
152823 sqlite3 *db = pSubst->pParse->db;
152824 if( pSubst->isOuterJoin
152825 && (pCopy->op!=TK_COLUMN || pCopy->iTable!=pSubst->iNewTable)
[all …]