-C Increment\sthe\sversion\snumber\sin\spreparation\sfor\sthe\s3.3.12\srelease.\s(CVS\s3612)
-D 2007-01-27T13:38:26
+C Adjustment\sto\stests\sfor\sPRAGMA\sintegrity_check\sso\sthat\sthey\srun\sunder\swindows.\s(CVS\s3613)
+D 2007-01-27T14:04:13
F Makefile.in 7fa74bf4359aa899da5586e394d17735f221315f
F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
F test/pager2.test 49c0f57c7da0b060f0486b85fdd074025caa694e
F test/pager3.test 2323bf27fd5bd887b580247e5bce500ceee994b4
F test/pagesize.test 05c74ea49f790734ec1e9ab765d9bf1cce79b8f2
-F test/pragma.test b523286a32bfab309dd42d21ccdc9f5e51e3b2e9
+F test/pragma.test ec7fbfc1dd15c148222e50270b590a4bfc4b6099
F test/printf.test cdd8e20dd901382a385afcbaa777b9377815c2ad
F test/progress.test 8b22b4974b0a95272566385f8cb8c341c7130df8 x
F test/quick.test 6bc0f7c7b905f7de5fe4d3f13239ced3e4e66fe7
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 3eec703beb91be44ded629335001c238052480e7
-R 909b338864fff052a38cb6fa2060932d
+P 24e465af92505589ecde1747fb29d4f449c1a12c
+R f8fcdafe2be9ea7ec5f01d487266081d
U drh
-Z bbc05d272231436690ecbb7ea02a60d1
+Z 6e7fc13046185720aeffcf9e54a488b4
-24e465af92505589ecde1747fb29d4f449c1a12c
\ No newline at end of file
+a79914ccbc9e33a1dbc9be3de805f99ab3b61c78
\ No newline at end of file
#
# This file implements tests for the PRAGMA command.
#
-# $Id: pragma.test,v 1.48 2007/01/27 02:24:56 drh Exp $
+# $Id: pragma.test,v 1.49 2007/01/27 14:04:13 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
Page 6 is never used} {rowid 1 missing from index i2}}
}
do_test pragma-3.99 {
- file delete -force testerr.db testerr.db-journal
catchsql {DETACH t3}
catchsql {DETACH t2}
catchsql {DROP INDEX i2}
+ file delete -force testerr.db testerr.db-journal
} {0 {}}
# Test modifying the cache_size of an attached database.