diff options
author | dan <dan@noemail.net> | 2015-06-23 15:06:13 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2015-06-23 15:06:13 +0000 |
commit | c94a08100b586edfb32335b1e38e3415d46e26fc (patch) | |
tree | 2b7f7570d954f06f1dbafc9eba65f0a98ef3fd8b /test/progress.test | |
parent | 1153e60cf072db23b470ed3565766dba35e40512 (diff) | |
parent | 923cadb1ae3c4f1fbbc9bc11a818ea62474631f4 (diff) | |
download | sqlite-c94a08100b586edfb32335b1e38e3415d46e26fc.tar.gz sqlite-c94a08100b586edfb32335b1e38e3415d46e26fc.zip |
Merge latest trunk changes with this branch. Add tests for columnsize=0.
FossilOrigin-Name: ef44c71a22518727030dd90c0139af8973b05841
Diffstat (limited to 'test/progress.test')
-rw-r--r-- | test/progress.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/progress.test b/test/progress.test index 993426aa2..f6d722924 100644 --- a/test/progress.test +++ b/test/progress.test @@ -164,7 +164,6 @@ do_test progress-1.7 { } set ::res [list] - explain {SELECT a, b, c FROM abc} db eval {SELECT a, b, c FROM abc} { lappend ::res $a $b $c db progress 5 "expr 1" |