| /sqlite-3.40.0/test/ |
| H A D | fts4langid.test | 255 do_test_query1 2.1.2 {"zero one two"} { rowid_list "zero one two" } 271 do_test_query1 2.2.2 {"zero one two"} { rowid_list "zero one two" } 287 do_test_query1 2.3.2 {"zero one two"} { rowid_list "zero one two" } 313 do_test_query1 3.1.2 {"zero one two"} { rowid_list "zero one two" } 335 do_test_query1 3.3.2 {"zero one two"} { rowid_list "zero one two" } 464 INSERT INTO t6(content, lid) VALUES('zero zero zero', $lid); 465 INSERT INTO t6(content, lid) VALUES('zero zero one', $lid); 466 INSERT INTO t6(content, lid) VALUES('zero one zero', $lid); 468 INSERT INTO t6(content, lid) VALUES('one zero zero', $lid); 473 SELECT docid FROM t6 WHERE t6 MATCH '"zero zero"' AND lid=$lid; [all …]
|
| H A D | fts3aux2.test | 23 ('zero zero', 'zero zero', 0), 32 } {zero 1 4 0} 36 } {zero * 1 4 zero 0 1 2 zero 1 1 2} 77 FROM terms WHERE languageid=1 AND term='zero'
|
| H A D | backup4.test | 12 # The tests in this file verify that if an empty database (zero bytes in 17 # database file to zero bytes is equivalent to resetting the database 26 # The codec logic does not work for zero-length database files. A database 64 # Test that if the source is zero bytes, the destination database
|
| H A D | fts4incr.test | 62 set x "[lindex $num [expr $i%10]] zero" 70 SELECT count(*) FROM t2 WHERE t2 MATCH '"never zero"' 74 SELECT count(*) FROM t2 WHERE t2 MATCH '"two zero"'
|
| H A D | fts3expr.test | 83 test_fts3expr {zero "one two three" four} 84 } {AND {AND {PHRASE 3 0 zero} {PHRASE 3 0 one two three}} {PHRASE 3 0 four}} 86 test_fts3expr {zero AND "one two three" four} 87 } {AND {AND {PHRASE 3 0 zero} {PHRASE 3 0 one two three}} {PHRASE 3 0 four}} 89 test_fts3expr {zero "one two three" AND four} 90 } {AND {AND {PHRASE 3 0 zero} {PHRASE 3 0 one two three}} {PHRASE 3 0 four}} 92 test_fts3expr {zero AND "one two three" AND four} 93 } {AND {AND {PHRASE 3 0 zero} {PHRASE 3 0 one two three}} {PHRASE 3 0 four}}
|
| H A D | zerodamage.test | 34 # Check the ability to turn zero-damage on and off. 45 # Run a transaction with zero-damage on, a small page size and a much larger 79 # Repeat the previous step with zero-damage turned off. This time the
|
| H A D | wal4.test | 47 # Result should be zero rows (empty db file). 53 # it should still be zero bytes in size regardless of whether or not
|
| H A D | in2.test | 46 # a string of zero length. 51 # The string of zero-length is stored in a b-tree cell with 3 bytes
|
| H A D | walcrash2.test | 33 # non-zero, the next process that attempts to read or write the hash 48 # slots are non-zero).
|
| H A D | limit2.test | 204 INSERT INTO t2(cc,dd,ee) VALUES('maroon',0,'zero'); 210 } {maroon 0 zero} 215 } {maroon 0 zero}
|
| H A D | progress.test | 62 # Test that the query is abandoned when the progress callback returns non-zero 73 # non-zero.
|
| H A D | randexpr1.tcl | 301 if {![regexp {divide by zero} $ans]} exit 315 if {![regexp {divide by zero} $bans]} exit
|
| H A D | walro2.test | 152 # the *-wal and *-shm files are zero bytes in size. 155 # zero byte *-wal file, some other connection modifies the db, then 157 # back to zero bytes in size.
|
| H A D | speed3.test | 57 set ones {zero one two three four five six seven eight nine 80 if {$txt==""} {set txt zero}
|
| H A D | intpkey.test | 374 INSERT INTO t1 VALUES(0,'zero','entry'); 379 } {0 zero entry 0} 595 } {y zero 2 hello second hello b-20 b-22 new 3 big-1} 600 } {y zero 2 hello second hello b-20 b-22 new 3 big-1 big-2}
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5synonym2.test | 57 INSERT INTO ss VALUES('6 viii i five six zero seven', '5 v iii iv iv 3'); 61 INSERT INTO ss VALUES('eight iv 4 nine vii six 1', '5 6 v one zero 4'); 65 INSERT INTO ss VALUES('6 three zero seven vii five', '8 vii ix 0 7 seven'); 67 INSERT INTO ss VALUES('4 v 7 two 0 one 8', 'vii 1 two five i zero 9'); 76 INSERT INTO ss VALUES('1 zero nine 2 2', 'viii iv two vi nine v iii'); 83 INSERT INTO ss VALUES('five two 4 viii nine', '9 7 nine zero 1 two one'); 85 INSERT INTO ss VALUES('four vii 4 iii zero 0 vii', '3 viii iii zero 9 i'); 93 INSERT INTO ss VALUES('0 two two seven ii', 'vii ix four 4 zero vi vi'); 102 INSERT INTO ss VALUES('three nine 5 nine viii four zero', 'ii i 1 5 2 viii');
|
| H A D | fts5update.test | 25 "eight zero iv eight 7" "ix one 8 one three ii one" 26 "1 9 9 three viii" "5 zero ii 6 nine ix 3" 27 "3 zero 5 2 seven nine" "two eight viii eight 1" 30 "1 zero zero iii 1" "one one six 6 nine seven" 31 "one v 4 zero 4 iii ii" "2 3 eight six ix" 32 "six iv 7 three 5" "ix zero 0 8 ii 7 3"
|
| H A D | fts5aux.test | 41 INSERT INTO f1 VALUES('one two', 'two one zero'); 62 SELECT colsize(f1, 0), colsize(f1, 1) FROM f1 WHERE f1 MATCH 'zero'; 65 SELECT colsize(f1, -1) FROM f1 WHERE f1 MATCH 'zero'; 69 SELECT totalsize(f1, -1) FROM f1 WHERE f1 MATCH 'zero'; 72 SELECT totalsize(f1, 0) FROM f1 WHERE f1 MATCH 'zero'; 75 SELECT totalsize(f1, 1) FROM f1 WHERE f1 MATCH 'zero'; 78 SELECT totalsize(f1, 2) FROM f1 WHERE f1 MATCH 'zero';
|
| /sqlite-3.40.0/tool/ |
| H A D | enlargedb.c | 26 char zero = 0; in main() local 57 fwrite(&zero,1,1,f); in main()
|
| H A D | mkspeedsql.tcl | 26 set ones {zero one two three four five six seven eight nine 49 if {$txt==""} {set txt zero}
|
| H A D | speedtest2.tcl | 90 set ones {zero one two three four five six seven eight nine 113 if {$txt==""} {set txt zero}
|
| H A D | speedtest.tcl | 99 set ones {zero one two three four five six seven eight nine 122 if {$txt==""} {set txt zero}
|
| /sqlite-3.40.0/src/ |
| H A D | sqlite.h.in | 977 ** That integer is 0 to disable zero-damage mode or 1 to enable zero-damage 1415 ** is returned, then non-zero or zero is written into *pResOut to indicate 1988 ** If non-zero, then URI handling is globally enabled. If the parameter is zero, 2477 ** zero. 3710 ** zero is returned. 5881 ** zero character. 7111 ** non-zero. 7544 ** always returns zero. 9203 ** Note that this routine returns zero on a match and non-zero if the strings 9226 ** Note that this routine returns zero on a match and non-zero if the strings [all …]
|
| /sqlite-3.40.0/doc/ |
| H A D | vfs-shm.txt | 49 and zero the last valid frame field of the wal-index 51 other than to zero the last valid frame field in the 97 last valid frame counter in the header of the wal-index back to zero.
|
| /sqlite-3.40.0/ext/session/ |
| H A D | session_common.tcl | 190 set ones {zero one two three four five six seven eight nine 213 if {$txt==""} {set txt zero}
|