mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fix a problem in the pragma.test script. (CVS 2041)
FossilOrigin-Name: a2c9c45c803350f45911a72eb61efa9c3089f8ca
This commit is contained in:
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
|||||||
C Get\sbtree.c\sto\scompile\swith\s-DNDEBUG=1.\s(CVS\s2040)
|
C Fix\sa\sproblem\sin\sthe\spragma.test\sscript.\s(CVS\s2041)
|
||||||
D 2004-11-02T18:05:09
|
D 2004-11-02T18:15:49
|
||||||
F Makefile.in 9e90c685d69f09039015a6b1f3b0a48e9738c9e5
|
F Makefile.in 9e90c685d69f09039015a6b1f3b0a48e9738c9e5
|
||||||
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
|
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
|
||||||
F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
|
F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
|
||||||
@ -155,7 +155,7 @@ F test/pager.test 394455707a079804e8a4e431d12edce831a065f0
|
|||||||
F test/pager2.test c7e731ac56a2984a605b032ffd19b9deee820377
|
F test/pager2.test c7e731ac56a2984a605b032ffd19b9deee820377
|
||||||
F test/pager3.test 16f546293bb751b8151dc17df613fca938bbec8b
|
F test/pager3.test 16f546293bb751b8151dc17df613fca938bbec8b
|
||||||
F test/pagesize.test f4b97dc161c99f9712ffa8ebe6c0eb62c2209ee6
|
F test/pagesize.test f4b97dc161c99f9712ffa8ebe6c0eb62c2209ee6
|
||||||
F test/pragma.test 66a66b7f3b273b93325c9a5794acb418f52fdcbf
|
F test/pragma.test 128ed309441fa057717dbf10ce8f20d68cf940fc
|
||||||
F test/printf.test 92ba4c510b4fc61120ffa4a01820446ed917ae57
|
F test/printf.test 92ba4c510b4fc61120ffa4a01820446ed917ae57
|
||||||
F test/progress.test 5ddba78cb6011fba36093973cfb3ac473b8fb96a x
|
F test/progress.test 5ddba78cb6011fba36093973cfb3ac473b8fb96a x
|
||||||
F test/quick.test 2dca186ebd5c418a7699944ba3b5e437d765eddd
|
F test/quick.test 2dca186ebd5c418a7699944ba3b5e437d765eddd
|
||||||
@ -252,7 +252,7 @@ F www/tclsqlite.tcl 560ecd6a916b320e59f2917317398f3d59b7cc25
|
|||||||
F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
|
F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
|
||||||
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
|
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
|
||||||
F www/whentouse.tcl fdacb0ba2d39831e8a6240d05a490026ad4c4e4c
|
F www/whentouse.tcl fdacb0ba2d39831e8a6240d05a490026ad4c4e4c
|
||||||
P 40249ed19cd53cb61f9575d8165316faf2627479
|
P 8378c144c1e1cedb7deea271fa274182d08198b8
|
||||||
R 8fad660a81a265b89a489362e616e523
|
R 848edcf7b102a68d3a9a6c2cf44e2d8c
|
||||||
U drh
|
U drh
|
||||||
Z 71c4afd4c0621c58a095f076710df854
|
Z 690835edd5903b7dbaa32b08cc18b618
|
||||||
|
@ -1 +1 @@
|
|||||||
8378c144c1e1cedb7deea271fa274182d08198b8
|
a2c9c45c803350f45911a72eb61efa9c3089f8ca
|
@ -12,7 +12,7 @@
|
|||||||
#
|
#
|
||||||
# This file implements tests for the PRAGMA command.
|
# This file implements tests for the PRAGMA command.
|
||||||
#
|
#
|
||||||
# $Id: pragma.test,v 1.17 2004/07/24 17:38:30 drh Exp $
|
# $Id: pragma.test,v 1.18 2004/11/02 18:15:49 drh Exp $
|
||||||
|
|
||||||
set testdir [file dirname $argv0]
|
set testdir [file dirname $argv0]
|
||||||
source $testdir/tester.tcl
|
source $testdir/tester.tcl
|
||||||
@ -311,7 +311,7 @@ do_test pragma-6.1 {
|
|||||||
lappend res $idx $name
|
lappend res $idx $name
|
||||||
}
|
}
|
||||||
set res
|
set res
|
||||||
} {0 main 1 temp 2 aux}
|
} {0 main 2 aux}
|
||||||
do_test pragma-6.2 {
|
do_test pragma-6.2 {
|
||||||
execsql {
|
execsql {
|
||||||
pragma table_info(t2)
|
pragma table_info(t2)
|
||||||
|
Reference in New Issue
Block a user