Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dnotnull.test25 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 Dsubselect.test87 WHERE x = (SELECT sum(b) FROM t1 where a notnull) - (SELECT sum(a) FROM t1)
H A Dexpr.test426 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 Dautoindex1.test539 INSERT INTO t12 VALUES('notnull');
H A Dpermutations.test664 memdb.test minmax.test misc1.test misc2.test misc3.test notnull.test
H A Dpragma.test816 db eval {SELECT cid, "name", type, "notnull", dflt_value, pk FROM out
/sqlite-3.40.0/tool/
H A Dmkpragmatab.tcl224 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 Dmain.c3788 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 Dtest1.c1616 int notnull; in test_table_column_metadata() local
1632 &zDatatype, &zCollseq, &notnull, &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 Dmanifest1350 F test/notnull.test a37b663d5bb728d66fc182016613fb8e4a0a4bbf3d75b8876a7527f7d4ed3f18