Lines Matching refs:insert
207 catchcmd "test.db" ".mode \"insert FOO"
208 } {1 {Error: mode should be one of: ascii box column csv html insert json line list markdown qbox q…
210 catchcmd "test.db" ".mode \'insert FOO"
211 } {1 {Error: mode should be one of: ascii box column csv html insert json line list markdown qbox q…
239 } {1 {Error: mode should be one of: ascii box column csv html insert json line list markdown qbox q…
430 # insert SQL insert statements for TABLE
440 } {1 {Error: mode should be one of: ascii box column csv html insert json line list markdown qbox q…
451 catchcmd "test.db" ".mode insert"
917 # Test the output of ".mode insert"
920 catchcmd test.db ".mode insert t1\nselect * from t1;"
928 # Test the output of ".mode insert" with headers
931 catchcmd test.db ".mode insert t1\n.headers on\nselect * from t1;"
939 # Test the output of ".mode insert"
942 catchcmd test.db ".mode insert t3\nselect * from t3;"
950 # Test the output of ".mode insert" with headers
953 catchcmd test.db ".mode insert t3\n.headers on\nselect * from t3;"
1227 insert into t values ('too long for one line', 1), ('shorter', NULL);