Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19463 #define EP_VarSelect 0x000040 /* pSelect is correlated, not constant */ macro
109414 ExprSetProperty(pExpr, EP_VarSelect);
113334 if( ExprHasProperty(pX, EP_VarSelect) ) return 0; /* Correlated subq */
113866 if( !ExprHasProperty(pExpr, EP_VarSelect) && pParse->iSelfTab==0 ){
114133 if( !ExprHasProperty(pExpr, EP_VarSelect) ){
154832 testcase( ExprHasProperty(pExpr, EP_VarSelect) );
154833 ExprSetProperty(pExpr, EP_VarSelect);
164356 if( ExprHasProperty(p, EP_VarSelect) ) pMaskSet->bVarSelect = 1;