Home
last modified time | relevance | path

Searched refs:false (Results 1 – 25 of 63) sorted by relevance

123

/sqlite-3.40.0/test/
H A Distrue.test114 INSERT INTO t2 VALUES(2,false,false,null,null);
123 INSERT INTO t2 VALUES(2,true,false,null,false);
158 INSERT INTO t7 VALUES(4,false,true,true,false);
180 SELECT 9 IN (false.false);
181 } {1 {no such column: false.false}}
188 SELECT 9 IN (false.false) FROM t8;
189 } {1 {no such column: false.false}}
191 CREATE TABLE false(true INT, false INT, x INT CHECK (5 IN (false.false)));
198 } {1 {CHECK constraint failed: 5 IN (false.false)}}
200 SELECT 9 IN (false.false) FROM false;
[all …]
H A Dsortfault.test32 1 0 0 file multithread false false
33 2 100000 0 file multithread false false
34 3 100000 1 file multithread false false
35 4 2000000 0 file singlethread false true
H A Djson102.test145 SELECT json_type('{"a":[2,3.5,true,false,null,"x"]}');
148 SELECT json_type('{"a":[2,3.5,true,false,null,"x"]}','$');
151 SELECT json_type('{"a":[2,3.5,true,false,null,"x"]}','$.a');
154 SELECT json_type('{"a":[2,3.5,true,false,null,"x"]}','$.a[0]');
157 SELECT json_type('{"a":[2,3.5,true,false,null,"x"]}','$.a[1]');
160 SELECT json_type('{"a":[2,3.5,true,false,null,"x"]}','$.a[2]');
163 SELECT json_type('{"a":[2,3.5,true,false,null,"x"]}','$.a[3]');
164 } {{false}}
166 SELECT json_type('{"a":[2,3.5,true,false,null,"x"]}','$.a[4]');
169 SELECT json_type('{"a":[2,3.5,true,false,null,"x"]}','$.a[5]');
[all …]
H A DwhereB.test217 # the columns compare false
235 # the columns compare false
278 # the columns compare false
296 # the columns compare false
338 # the columns compare false
356 # the columns compare false
398 # the columns compare false
416 # the columns compare false
457 # the columns compare false
475 # the columns compare false
[all …]
H A Djson101.test88 VALUES('true'),('false'),('null'),('123'),('-234'),('34.5e+6'),
90 ('[]'),('{}'),('[true,false,null,123,-234,34.5e+6,{},[]]'),
91 ('{"a":true,"b":{"c":false}}');
736 "transliterate":false,
737 "add.footnote":false,
741 "transliterate":false,
742 "add.footnote":false,
743 "summary.report":false}
751false,"add.footnote":false,"summary.report":true},"tris.legomenon":{"forceDisplay":true,"translite…
H A Dasync4.test49 sqlite3async_control lockfiles false
78 list [catch {sqlite3async_control lockfiles false} msg] $msg
82 list [catch {sqlite3async_control lockfiles false} msg] $msg
87 sqlite3async_control lockfiles false
H A De_expr.test303 # evaluates to 0 (false).
1148 } {false}
1954 } {false false}
1956 SELECT CASE WHEN 0.0 THEN 'true' ELSE 'false' END, iif(0.0,'true','false');
1957 } {false false}
1959 SELECT CASE WHEN 0 THEN 'true' ELSE 'false' END, iif(0,'true','false');
1960 } {false false}
1963 } {false false}
1965 SELECT CASE WHEN '0' THEN 'true' ELSE 'false' END, iif('0','true','false');
1966 } {false false}
[all …]
H A Dcapi3d.test147 # EVIDENCE-OF: R-04929-09147 This routine returns false if there is any
150 # EVIDENCE-OF: R-13288-53765 A false return does not guarantee that the
155 # result would still be false.
159 # sqlite3_stmt_readonly() still returns false for such a statement.
165 test_is_readonly capi3d-2.11 {UPDATE t2 SET a=a+1 WHERE false} 0
193 # so sqlite3_stmt_readonly() returns false for those commands.
H A Dsort.test497 1 0 3 file true false 0
499 3 0 0 file true false 0
500 4 1000000 3 file true false 0
501 5 0 0 memory false true 0
502 6 0 0 file false true 1000000
503 7 0 0 file false true 10000
H A Dpragma4.test49 20 "PRAGMA query_only = false"
51 22 "PRAGMA recursive_triggers = false"
52 23 "PRAGMA reverse_unordered_selects = false"
H A Dfts3ak.test33 INSERT INTO t1 (rowid, content) VALUES(4, 'false world');
34 INSERT INTO t1 (rowid, content) VALUES(5, 'false door');
H A Dfts2k.test33 INSERT INTO t1 (rowid, content) VALUES(4, "false world");
34 INSERT INTO t1 (rowid, content) VALUES(5, "false door");
H A Dtkt-80e031a00f.test24 # result of IN is false and the result of NOT IN is true, regardless of
82 # no false true does not matter no yes no false true no does not matter
83 # no yes true false no yes no no NULL NULL yes does not matter no does
H A Daltertab3.test245 ff DEFAULT('hiccup'),Wg NOD NULL DEFAULT(false)
280 ff DEFAULT('hiccup'),gg NOD NULL DEFAULT(false));
292 ROWS BETWEEN '' PRECEDING AND false FOLLOWING),
307 ROWS BETWEEN '' PRECEDING AND false FOLLOWING),
H A Dwith1.test266 INSERT INTO f VALUES(3, 1, 'false');
289 /bin/false /bin/grep /bin/ls /bin/true
1144 # Do not allow the generated name of a CTE be "true" or "false" as
1148 # began recognizing "true" and "false" as boolean literals, but also
1149 # had to continue to recognize "true" and "false" as identifiers for
H A Din6.test102 # cause the OP_IfNoHope to jump on a false-positive, resulting in
H A Dshmlock.test162 if {$res != "SQLITE_OK"} { error "BUSY false-positive" }
H A Dcsv01.test69 header=false
H A DvtabH.test140 proc sort_files { names {nocase false} } {
H A Dhaving.test40 # the outputs are identical, or false otherwise.
H A Dwindowfault.test270 VALUES(false),(current_date collate binary)
/sqlite-3.40.0/vsixtest/
H A Dvsixtest.tcl37 proc fail { {error ""} {usage false} } { argument
85 return false
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md482 - `bigIntEnabled` (bool=true if BigInt64Array is available, else false)
485 flag). If that's not the case, this flag should be set to false. If
638 false). The first argument may be either the member name as it is
656 has a signature of `s`, else returns false. If the given member is
658 false.
667 - `memberSignature(memberName [,emscriptenFormat=false])`
765 - `resolveToInstance(value [,throwIfNot=false])`
/sqlite-3.40.0/tool/
H A Dmkvsix.tcl98 proc fail { {error ""} {usage false} } { argument
/sqlite-3.40.0/src/
H A Din-operator.md61 1. Set the null-flag to false

123