Home
last modified time | relevance | path

Searched refs:SF_Distinct (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c99107 if( p->selFlags & (SF_Distinct|SF_Aggregate) ){
99108 testcase( (p->selFlags & (SF_Distinct|SF_Aggregate))==SF_Distinct );
99648 testcase( pSelect->selFlags & SF_Distinct );
118647 if( pSelect->selFlags & SF_Distinct ){
128424 testcase( (pSub1->selFlags & (SF_Distinct|SF_Aggregate))==SF_Distinct );
130262 p->selFlags &= ~SF_Distinct;
130584 sDistinct.isTnct = (p->selFlags & SF_Distinct)!=0;
130608 if( (p->selFlags & (SF_Distinct|SF_Aggregate))==SF_Distinct
130611 p->selFlags &= ~SF_Distinct;
130668 if( p->selFlags & SF_Distinct ){
[all …]

Completed in 510 milliseconds