Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h3639 u8 hasCompound; /* Need to invoke convertCompoundSelectToSubquery() */ member
H A Dparse.y581 if( Y!=TK_ALL ) pParse->hasCompound = 1;
H A Dselect.c6106 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){ in sqlite3SelectExpand()