Searched refs:notnull (Results 1 – 10 of 10) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | notnull.test | 25 do_test notnull-1.0 { 37 do_test notnull-1.1 { 44 do_test notnull-1.2 { 52 do_test notnull-1.3 { 59 do_test notnull-1.4 { 67 do_test notnull-1.5 { 75 do_test notnull-1.6 { 82 do_test notnull-1.7 { 89 do_test notnull-1.8 { 96 do_test notnull-1.9 { [all …]
|
| H A D | subselect.test | 87 WHERE x = (SELECT sum(b) FROM t1 where a notnull) - (SELECT sum(a) FROM t1)
|
| H A D | expr.test | 426 test_expr expr-3.27 {t1=NULL, t2='hi'} {t1 notnull} 0 427 test_expr expr-3.28 {t1=NULL, t2='hi'} {t2 notnull} 1 778 test_expr2 expr-7.23 {(a notnull AND a<4) OR a==8} {1 2 3 8} 782 test_expr2 expr-7.27 {a notnull OR a=8} \
|
| H A D | autoindex1.test | 539 INSERT INTO t12 VALUES('notnull');
|
| H A D | permutations.test | 664 memdb.test minmax.test misc1.test misc2.test misc3.test notnull.test
|
| H A D | pragma.test | 816 db eval {SELECT cid, "name", type, "notnull", dflt_value, pk FROM out
|
| /sqlite-3.40.0/tool/ |
| H A D | mkpragmatab.tcl | 224 COLS: cid name type notnull dflt_value pk 231 COLS: cid name type notnull dflt_value pk hidden
|
| /sqlite-3.40.0/src/ |
| H A D | main.c | 3788 int notnull = 0; in sqlite3_table_column_metadata() local 3848 notnull = pCol->notNull!=0; in sqlite3_table_column_metadata() 3868 if( pNotNull ) *pNotNull = notnull; in sqlite3_table_column_metadata()
|
| H A D | test1.c | 1616 int notnull; in test_table_column_metadata() local 1632 &zDatatype, &zCollseq, ¬null, &primarykey, &autoincrement); in test_table_column_metadata() 1642 Tcl_ListObjAppendElement(0, pRet, Tcl_NewIntObj(notnull)); in test_table_column_metadata()
|
| /sqlite-3.40.0/ |
| H A D | manifest | 1350 F test/notnull.test a37b663d5bb728d66fc182016613fb8e4a0a4bbf3d75b8876a7527f7d4ed3f18
|