| /sqlite-3.40.0/test/ |
| H A D | join4.test | 31 insert into t2 values(2,'niban','ok'); 37 } {2 two 2 niban ok} 48 insert into t2 values(2,'niban','ok'); 54 } {2 two 2 niban ok} 58 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok' 60 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}} 68 } {2 two 2 niban ok} 71 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok' 78 } {2 two 2 niban ok} 81 select * from t1 left outer join t2 on t1.a=t2.x and t2.z>='ok' [all …]
|
| H A D | mmap3.test | 45 } {50000 nums t1 t2 ok 50000} 54 } {250000 nums t1 ok 250000} 63 } {ok 250000} 72 } {ok 250000} 81 } {250000 ok 250000} 90 } {0 nums t1 t3 ok 0} 99 } {ok 75000}
|
| H A D | resetdb.test | 52 } {210 6000 ok delete 8} 63 } {210 6000 ok delete 8} 97 } {0 {1 4096 ok delete}} 120 } {wal 210 26000 ok wal 8192 12} 130 } {210 26000 ok wal 8192 12} 160 } {0 {1 8192 wal ok}} 182 } {0 {1 8192 wal ok}} 230 } {19 ok} 245 } {ok} 256 } {1 ok}
|
| H A D | temptable2.test | 31 } {ok} 75 do_execsql_test 3.1.4 { PRAGMA temp.integrity_check } {ok} 86 do_execsql_test 3.2.2 { PRAGMA temp.integrity_check } {ok} 126 do_execsql_test 4.1.4 { PRAGMA temp.integrity_check } {ok} 166 do_execsql_test 5.1.5 { PRAGMA temp.integrity_check } {ok} 224 } {ok} 265 } {100 ok 8192} 305 do_execsql_test 9.$tn.$i.2 { PRAGMA integrity_check } ok 312 do_execsql_test 9.$tn.$i.4 { PRAGMA integrity_check } ok 322 do_execsql_test 9.$tn.$i.6 { PRAGMA integrity_check } ok [all …]
|
| H A D | btree01.test | 32 } {ok} 49 } {ok} 62 } {ok} 77 } {ok} 90 } {ok} 103 } {ok} 116 } {ok} 129 } {ok}
|
| H A D | index7.test | 63 } {14 20 ok} 128 } {t1 {20 1} t1a {14 1} t1b {10 1} ok} 140 } {t1 {20 1} t1a {20 1} t1b {10 1} ok} 150 } {t1 {20 1} t1a {6 1} t1b {20 1} ok} 160 } {t1 {20 1} t1a {13 1} t1b {10 1} ok} 169 } {t1 {15 1} t1a {10 1} t1b {8 1} ok} 178 } {t1 {15 1} t1a {10 1} t1b {8 1} ok} 187 } {t1 {15 1} t1a {10 1} t1b {8 1} t1c {15 1} ok} 237 } {10015 ok} 286 } {ok}
|
| H A D | crash8.test | 52 } {ok} 74 } {ok} 114 } {ok} 177 } {0 ok} 185 } {0 ok} 193 } {0 ok} 203 } {0 ok} 212 } {0 ok} 220 } {0 ok} 231 } {6 ok} [all …]
|
| H A D | index6.test | 38 } {14 20 ok} 84 } {{} 20 t1a {14 1} t1b {10 1} ok} 96 } {{} 20 t1a {20 1} t1b {10 1} ok} 106 } {{} 20 t1a {6 1} t1b {20 1} ok} 125 } {{} 15 t1a {10 1} t1b {8 1} ok} 134 } {{} 15 t1a {10 1} t1b {8 1} ok} 194 } {10015 ok} 243 } {ok} 271 } {ok} 491 } {ok} [all …]
|
| H A D | index4.test | 48 } {ok} 64 } {ok} 90 } {ok} 100 } {ok} 109 } {ok}
|
| H A D | vacuum5.test | 47 } {ok ok ok} 68 } {ok} 86 } {ok}
|
| H A D | vacuum2.test | 108 } {ok} 111 } {ok} 129 } {ok} 132 } {ok} 162 } {ok} 181 } {ok}
|
| H A D | fts4check.test | 29 # the integrity-check passes, return "ok". Otherwise, throw an exception. 33 return "ok" 51 do_test 1.1 { fts_integrity db t1 } {ok} 77 do_test 1.3 { fts_integrity db t1 } {ok} 93 do_test 2.1 { fts_integrity db t2 } {ok} 138 do_test 3.1 { fts_integrity db t3 } {ok}
|
| H A D | avfs.test | 214 } "ok | $::nrint | ok | ok | 1" 224 } {ok} 245 } {ok | 1} 256 } {ok} 278 } {ok | ok | 1 | ok}
|
| H A D | corrupt8.test | 73 expr {$x!="ok"} 82 expr {$x!="ok"} 90 expr {$x!="ok"} 101 expr {$x!="ok"}
|
| H A D | fts4merge.test | 27 return "ok" 38 do_test 1.1 { fts3_integrity_check t1 } {ok} 49 do_test 1.2.$i.2 { fts3_integrity_check t1 } ok 63 do_test 1.4.$i.2 { fts3_integrity_check t1 } ok 103 do_test 3.1 { fts3_integrity_check t2 } {ok} 232 do_test 5.8.1 { fts3_integrity_check t1 } ok
|
| H A D | walcrash.test | 137 # do_test walcrash-3.$i.3 { execsql { PRAGMA main.integrity_check } } {ok} 138 # do_test walcrash-3.$i.4 { execsql { PRAGMA aux.integrity_check } } {ok} 165 do_test walcrash-4.$i.3 { execsql { PRAGMA main.integrity_check } } {ok} 206 do_test walcrash-5.$i.3 { execsql { PRAGMA main.integrity_check } } {ok} 248 do_test walcrash-6.$i.3 { execsql { PRAGMA main.integrity_check } } {ok} 290 do_test walcrash-7.$i.3 { execsql { PRAGMA main.integrity_check } } {ok}
|
| H A D | ioerr6.test | 54 } {ok} 70 if {$res != "ok"} { 86 if {[db one { PRAGMA integrity_check }] != "ok"} {
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb2.cc | 18 int ok; in test_kc_open() local 36 ok = pKcDb->db->open(zFilename, in test_kc_open() 39 if( ok==0 ){ in test_kc_open() 62 int ok; in test_kc_write() local 64 ok = pKcDb->db->set((const char *)pKey, nKey, (const char *)pVal, nVal); in test_kc_write() 65 return (ok ? 0 : 1); in test_kc_write() 70 int ok; in test_kc_delete() local 72 ok = pKcDb->db->remove((const char *)pKey, nKey); in test_kc_delete() 73 return (ok ? 0 : 1); in test_kc_delete()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtreecheck.test | 70 } {ok} 108 } {ok} 114 } {ok} 120 SELECT rtreecheck('r2')!='ok'; 126 SELECT rtreecheck('r2')!='ok'; 150 SELECT rtreecheck('r3')=='ok' 157 SELECT rtreecheck('r3')=='ok'
|
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | nmakehlp.c | 204 BOOL ok; in CheckForCompilerFeature() local 260 ok = CreateProcess( in CheckForCompilerFeature() 272 if (!ok) { in CheckForCompilerFeature() 339 BOOL ok; in CheckForLinkerFeature() local 394 ok = CreateProcess( in CheckForLinkerFeature() 406 if (!ok) { in CheckForLinkerFeature() 469 BOOL ok; in ReadFromPipe() local 476 ok = ReadFile(pi->pipe, lastBuf, CHUNK, &dwRead, 0L); in ReadFromPipe() 477 if (!ok || dwRead == 0) { in ReadFromPipe()
|
| /sqlite-3.40.0/mptest/ |
| H A D | crash02.subtest | 30 --match ok 37 --match ok 44 --match ok 51 --match ok
|
| H A D | multiwrite01.test | 229 --match ok 236 --match ok 243 --match ok 250 --match ok 257 --match ok 316 --match ok 365 --match ok 377 --match ok 389 --match ok 401 --match ok [all …]
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5integrity.test | 154 set ok 0 159 if {$res == [lsort -integer $res2]} { incr ok } 161 set ok 165 set ok 0 170 if {$res == [lsort -integer $res2]} { incr ok } 172 set ok 202 set ok 0 207 if {$res == [lsort -integer $res2]} { incr ok } 209 set ok
|
| /sqlite-3.40.0/tool/ |
| H A D | mkopcodeh.tcl | 208 set ok 0; set start -1 213 set ok 1; set start $seek 217 set ok 0; break 221 if {$ok} {
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rbumulti.test | 125 do_execsql_test -db db 1.$i.2.1 { PRAGMA integrity_check } ok 126 do_execsql_test -db db2 1.$i.2.2 { PRAGMA integrity_check } ok 162 do_execsql_test -db db 1.$i.7.1 { PRAGMA integrity_check } ok 163 do_execsql_test -db db2 1.$i.7.2 { PRAGMA integrity_check } ok
|