Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dshell1.test85 catchcmd "-echo test.db" ""
98 catchcmd "-bail test.db" ""
122 catchcmd "-csv test.db" ""
127 catchcmd "-html test.db" ""
132 catchcmd "-line test.db" ""
184 catchcmd "test.db" ".foo"
585 catchcmd "test.db" {
734 catchcmd test.db \
1177 catchcmd ":memory:" {
1199 catchcmd :memory: {
[all …]
H A Dshell4.test38 set res [catchcmd "test.db" ".show"]
43 set res [catchcmd "test.db" ".show"]
60 # catchcmd "test.db" ".stats"
63 catchcmd "test.db" ".stats ON"
66 catchcmd "test.db" ".stats OFF"
70 catchcmd "test.db" ".stats OFF BAD"
75 set res [catchcmd "test.db" {.show}]
80 set res [catchcmd "test.db" {.stats ON
87 set res [catchcmd "test.db" {.stats OFF
103 set res [catchcmd "test.db" {.stats ON
[all …]
H A Dshell5.test34 catchcmd "test.db" ".import"
37 catchcmd "test.db" ".import FOO"
46 catchcmd "test.db" ".separator"
269 catchcmd test.db {.mode csv
297 catchcmd test.db {.mode csv
315 catchcmd test.db {.mode csv
334 catchcmd test.db {.mode csv
350 catchcmd test.db [string trim {
362 catchcmd test.db [string trim {
416 catchcmd test.db {
[all …]
H A Dshell3.test55 catchcmd "foo.db" ".tables"
58 catchcmd "foo.db \"DROP TABLE t1;\""
61 catchcmd "foo.db" ".tables"
67 catchcmd "foo.db" ".tables"
70 catchcmd "foo.db \"CREATE TABLE\""
85 catchcmd "foo.db" ".tables"
88 catchcmd "foo.db" "DROP TABLE t1;"
91 catchcmd "foo.db" ".tables"
97 catchcmd "foo.db" ".tables"
100 catchcmd "foo.db" "CREATE TABLE"
[all …]
H A Dshell8.test140 catchcmd test_ar.db $c1
142 catchcmd test_ar.db $x1
148 catchcmd test_ar.db $c2
149 catchcmd test_ar.db $x2
156 catchcmd ":memory:" $c3
157 catchcmd ":memory:" $x3
168 catchcmd test_ar.db $c1
171 catchcmd test_ar.db $x1
188 catchcmd shell8.db {.ar -c}
189 catchcmd shell8.db {.ar -C ar2 -i .}
[all …]
H A Dshell2.test38 set rc [ catchcmd "-batch foo.db" "CREATE TABLE t1(a);" ]
56 catchcmd "-batch test.db" {
77 catchcmd "foo.db" {CREATE TABLE foo(a);
86 catchcmd "-echo foo.db" {CREATE TABLE foo(a);
98 catchcmd "foo.db" {.echo ON
112 catchcmd "foo.db" {.echo ON
188 catchcmd ":memory:" {
H A Davfs.test62 set res [catchcmd "-batch -cmd \".read $shdo\""]
299 set res [catchcmd "-append -batch -init $shdo $shod" ""]
321 set res [catchcmd "-append -batch -init $shdo $shod" ""]
341 set res [catchcmd "-append -batch -init $shdo $shod" ""]
H A Dshell6.test118 set RES [catchcmd test.db [list .lint fkey-indexes]]
123 catchcmd test.db [list .lint fkey-indexes]
H A Dshell7.test42 catchcmd test.db "INSERT INTO f2 VALUES($tn, readfile('shell7_test.bin'));"
H A Dtester.tcl877 proc catchcmd {db {cmd ""}} { procedure