Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dattach.c477 pItem->fg.notCte = 1; in fixSelectCb()
H A Dupdate.c227 pSrc->a[0].fg.notCte = 1; in updateFromSelect()
H A DsqliteInt.h3133 unsigned notCte :1; /* This item may not match a CTE */ member
H A Dselect.c5467 if( pFrom->fg.notCte ){ in resolveFromTermToCte()