Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h613 #define WHERE_COLUMN_NULL 0x00000008 /* x IS NULL */ macro
H A Dwhere.c2886 || (pNew->wsFlags & WHERE_COLUMN_NULL)!=0 in whereLoopAddBtreeIndex()
2973 pNew->wsFlags |= WHERE_COLUMN_NULL; in whereLoopAddBtreeIndex()