Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dwithout_rowid2.test85 {0 0 t5 e c {NO ACTION} {NO ACTION} NONE} \
86 {1 0 t5 d {} {NO ACTION} {NO ACTION} NONE} \
96 {0 0 t5 d a {NO ACTION} {NO ACTION} NONE} \
97 {0 1 t5 e b {NO ACTION} {NO ACTION} NONE} \
107 {0 0 t5 d {} {SET NULL} CASCADE NONE} \
108 {0 1 t5 e {} {SET NULL} CASCADE NONE} \
118 {0 0 t5 d {} {SET DEFAULT} CASCADE NONE} \
119 {0 1 t5 e {} {SET DEFAULT} CASCADE NONE} \
H A DwhereB.test21 # * t1.y holds an integer value with affinity NONE
29 CREATE TABLE t1(x,y); -- affinity of t1.y is NONE
74 # * t2.b holds an integer value with affinity NONE
128 # * t1.y holds a text value with affinity NONE
129 # * t2.b holds an integer value with affinity NONE
184 # * t1.y holds a text value with affinity NONE
245 # * t1.y holds a text value with affinity NONE
305 # * t1.y holds a text value with affinity NONE
366 # * t2.b holds a text value with affinity NONE
425 # * t2.b holds a text value with affinity NONE
[all …]
H A Dfkey1.test85 {0 0 t5 e c {NO ACTION} {NO ACTION} NONE} \
86 {1 0 t5 d {} {NO ACTION} {NO ACTION} NONE} \
96 {0 0 t5 d a {NO ACTION} {NO ACTION} NONE} \
97 {0 1 t5 e b {NO ACTION} {NO ACTION} NONE} \
107 {0 0 t5 d {} {SET NULL} CASCADE NONE} \
108 {0 1 t5 e {} {SET NULL} CASCADE NONE} \
118 {0 0 t5 d {} {SET DEFAULT} CASCADE NONE} \
119 {0 1 t5 e {} {SET DEFAULT} CASCADE NONE} \
H A Dparser1.test101 } {0 0 t300 c2 id RESTRICT CASCADE NONE 1 0 t300 c1 id RESTRICT CASCADE NONE}
H A De_vacuum.test158 execsql { PRAGMA auto_vacuum = NONE }
171 execsql { PRAGMA auto_vacuum = NONE }
196 create_db { PRAGMA auto_vacuum = NONE }
H A Dtypes2.test91 # Compare literals against a column with affinity NONE
189 # Compare literals against a column with affinity NONE
223 # Compare literals against a column with affinity NONE
H A Dpragma4.test219 0 0 t1 c a {NO ACTION} {NO ACTION} NONE
222 0 0 t2 r d {NO ACTION} {NO ACTION} NONE
H A Dcorrupt9.test66 PRAGMA auto_vacuum=NONE;
H A Dfunc6.test32 PRAGMA auto_vacuum=NONE;
H A Dvacuum2.test116 PRAGMA auto_vacuum=NONE;
H A De_fkey.test105 } {0 0 p j {} CASCADE {NO ACTION} NONE}
1756 2 child1 {0 0 parent b {} {NO ACTION} RESTRICT NONE}
1757 3 child2 {0 0 parent b {} RESTRICT {SET NULL} NONE}
1758 4 child3 {0 0 parent b {} {SET NULL} {SET DEFAULT} NONE}
1759 5 child4 {0 0 parent b {} {SET DEFAULT} CASCADE NONE}
1760 6 child5 {0 0 parent b {} CASCADE {NO ACTION} NONE}
1761 7 child6 {0 0 parent b {} {NO ACTION} RESTRICT NONE}
1762 8 child7 {0 0 parent b {} {NO ACTION} {NO ACTION} NONE}
1763 9 child8 {0 0 parent b {} {NO ACTION} {NO ACTION} NONE}
H A Dtypes.test57 # or NONE, respectively.
H A Din.test363 # No coercion because column a as affinity NONE
374 # No coercion because column a as affinity NONE
H A Dpragma.test706 } {0 0 t2 a b {NO ACTION} {NO ACTION} NONE}
1685 NONE 0
1980 } {0 0 t1 y {} {NO ACTION} {NO ACTION} NONE}
H A Ddbstatus.test396 PRAGMA auto_vacuum=NONE;
H A Dfkey5.test149 } {0 0 p1 x {} {NO ACTION} {NO ACTION} NONE}
H A De_createtable.test671 # REAL "REAL" BLOB (a.k.a "NONE") "" (empty string)
831 # Affinities of t3 (test cases 3.2.3.*): NONE, NONE
/sqlite-3.40.0/tool/
H A Dgenfkey.README29 "MATCH NONE", even if the declaration specified "MATCH PARTIAL" or
30 "MATCH FULL". "MATCH NONE" means that if any of the key columns in
H A Dlemon.c251 NONE, enumerator
1266 assert( spx->prec==spy->prec && spx->assoc==NONE ); in resolve_conflict()
2541 psp->declassoc = NONE; in parseonetoken()
/sqlite-3.40.0/
H A Dconfigure941 exec_prefix=NONE
944 prefix=NONE
945 program_prefix=NONE
946 program_suffix=NONE
952 x_includes=NONE
953 x_libraries=NONE
1370 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
H A Dconfigure.ac149 if test "$program_prefix" = "NONE"; then
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m43014 if test "${prefix}" = "NONE"; then
3024 if test "${exec_prefix}" = "NONE" -a x"${prefix_default}" = x"yes" \
3283 tea_extra_lib_dir=NONE
/sqlite-3.40.0/src/
H A Dsqlite.h.in677 ** xUnlock is either SHARED or NONE.
762 ** database file lock in the direction NONE toward EXCLUSIVE. The argument to
766 ** xUnlock() downgrades the database file lock to either SHARED or NONE.