aboutsummaryrefslogtreecommitdiff
path: root/test/progress.test
diff options
context:
space:
mode:
authordan <dan@noemail.net>2015-06-23 15:06:13 +0000
committerdan <dan@noemail.net>2015-06-23 15:06:13 +0000
commitc94a08100b586edfb32335b1e38e3415d46e26fc (patch)
tree2b7f7570d954f06f1dbafc9eba65f0a98ef3fd8b /test/progress.test
parent1153e60cf072db23b470ed3565766dba35e40512 (diff)
parent923cadb1ae3c4f1fbbc9bc11a818ea62474631f4 (diff)
downloadsqlite-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.test1
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"