Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20124 #define EP_VarSelect 0x000040 /* pSelect is correlated, not constant */ macro
111887 ExprSetProperty(pExpr, EP_VarSelect);
115902 if( ExprHasProperty(pX, EP_VarSelect) ) return 0; /* Correlated subq */
116442 if( !ExprHasProperty(pExpr, EP_VarSelect) && pParse->iSelfTab==0 ){
116712 if( !ExprHasProperty(pExpr, EP_VarSelect) ){
159131 testcase( ExprHasProperty(pExpr, EP_VarSelect) );
159132 ExprSetProperty(pExpr, EP_VarSelect);
168732 if( ExprHasProperty(p, EP_VarSelect) ) pMaskSet->bVarSelect = 1;