Searched refs:SF_MultiValue (Results 1 – 1 of 1) sorted by relevance
20648 #define SF_MultiValue 0x0000400 /* Single VALUES term with multiple rows */ macro33400 }else if( pSel->selFlags & SF_MultiValue ){ in sqlite3_str_vappendf()113954 pRet->selFlags |= SF_MultiValue;139584 int f = SF_Values | SF_MultiValue;139593 pLeft->selFlags &= ~(u32)SF_MultiValue;139648 pLeft->selFlags |= SF_MultiValue;151863 assert( p->selFlags & SF_MultiValue );151965 if( p->selFlags & SF_MultiValue ){175797 && (pWInfo->pSelect->selFlags & SF_MultiValue)==0179995 if( (p->selFlags & (SF_MultiValue|SF_Values))==0[all …]