Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c84345 if( p->selFlags & (SF_Distinct|SF_Aggregate) ){
84346 testcase( (p->selFlags & (SF_Distinct|SF_Aggregate))==SF_Distinct );
84712 testcase( pSelect->selFlags & SF_Distinct );
101464 if( pSelect->selFlags & SF_Distinct ){
109900 testcase( (pSub1->selFlags & (SF_Distinct|SF_Aggregate))==SF_Distinct );
111225 p->selFlags &= ~SF_Distinct;
111366 sDistinct.isTnct = (p->selFlags & SF_Distinct)!=0;
111397 if( (p->selFlags & (SF_Distinct|SF_Aggregate))==SF_Distinct
111400 p->selFlags &= ~SF_Distinct;
111447 if( p->selFlags & SF_Distinct ){
[all …]

Completed in 381 milliseconds