Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dprintf.c807 int needQuote, isnull; in sqlite3_str_vappendf() local
817 isnull = escarg==0; in sqlite3_str_vappendf()
818 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)"); in sqlite3_str_vappendf()
831 needQuote = !isnull && xtype==etSQLESCAPE2; in sqlite3_str_vappendf()
/sqlite-3.40.0/test/
H A Dbestindex6.test49 isnull {
H A Dbestindex5.test35 set unops(isnull) "IS NULL"
H A Dexpr.test423 test_expr expr-3.25 {t1=NULL, t2='hi'} {t1 isnull} 1
425 test_expr expr-3.26 {t1=NULL, t2='hi'} {t2 isnull} 0
781 test_expr2 expr-7.26 {a isnull OR a=8} {{} 8}