Searched refs:pPIWhere (Results 1 – 1 of 1) sorted by relevance
130482 Expr *pPIWhere, /* WHERE clause for partial indices */ argument130716 if( pPIWhere ){130717 sqlite3ResolveSelfReference(pParse, pTab, NC_PartIdx, pPIWhere, 0);130718 pIndex->pPartIdxWhere = pPIWhere;130719 pPIWhere = 0;131060 sqlite3ExprDelete(db, pPIWhere);