Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c20000 #define SF_MultiValue 0x0000400 /* Single VALUES term with multiple rows */ macro
32560 }else if( pSel->selFlags & SF_MultiValue ){ in sqlite3_str_vappendf()
111470 pRet->selFlags |= SF_MultiValue;
135501 int f = SF_Values | SF_MultiValue;
135510 pLeft->selFlags &= ~(u32)SF_MultiValue;
135565 pLeft->selFlags |= SF_MultiValue;
147689 assert( p->selFlags & SF_MultiValue );
147791 if( p->selFlags & SF_MultiValue ){
171254 && (pWInfo->pSelect->selFlags & SF_MultiValue)==0
175413 if( (p->selFlags & (SF_MultiValue|SF_Values))==0
[all …]