Home
last modified time | relevance | path

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

/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c12254 #define NC_PartIdx 0x0010 /* True if resolving a partial index WHERE */ macro
81542 testcase( pNC->ncFlags & NC_PartIdx );
81544 if( (pNC->ncFlags & (NC_PartIdx|NC_IsCheck))!=0 ){
81854 if( (pNC->ncFlags & NC_PartIdx)!=0 ){
82783 assert( type==NC_IsCheck || type==NC_PartIdx );
93854 sqlite3ResolveSelfReference(pParse, pTab, NC_PartIdx, pPIWhere, 0);

Completed in 301 milliseconds