Fix typo of test prefix in the new WHERE test file.
FossilOrigin-Name: 34779c528f1817d6ec34216b58fb4277956b5167
This commit is contained in:
parent
29894b6d2b
commit
05b6048dbd
15
manifest
15
manifest
@ -1,5 +1,5 @@
|
||||
C When\sthe\sWHERE\sclause\scontains\stwo\sOR-connected\sterms\swith\sidentical\noperands\sbut\sdifferent\soperators,\stry\sto\scombine\sthem\sinto\sa\ssingle\sterm.\nExample:\s\s(X=A\sOR\sX>A)\sbecomes\s(X>=A).
|
||||
D 2015-03-16T17:48:12.769
|
||||
C Fix\stypo\sof\stest\sprefix\sin\sthe\snew\sWHERE\stest\sfile.
|
||||
D 2015-03-16T18:08:56.916
|
||||
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
|
||||
F Makefile.in 88a3e6261286db378fdffa1124cad11b3c05f5bb
|
||||
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
|
||||
@ -1175,7 +1175,7 @@ F test/whereG.test 69f5ec4b15760a8c860f80e2d55525669390aab3
|
||||
F test/whereH.test e4b07f7a3c2f5d31195cd33710054c78667573b2
|
||||
F test/whereI.test 1d89199697919d4930be05a71e7fe620f114e622
|
||||
F test/whereJ.test 55a3221706a7ab706293f17cc8f96da563bf0767
|
||||
F test/whereK.test 78fb50c74c9a91efc97a1daa39bcf7b8b68d8bff
|
||||
F test/whereK.test f8e3cf26a8513ecc7f514f54df9f0572c046c42b
|
||||
F test/wherelimit.test 5e9fd41e79bb2b2d588ed999d641d9c965619b31
|
||||
F test/wild001.test bca33f499866f04c24510d74baf1e578d4e44b1c
|
||||
F test/win32heap.test ea19770974795cff26e11575e12d422dbd16893c
|
||||
@ -1245,8 +1245,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
|
||||
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
|
||||
F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
|
||||
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
|
||||
P f61fd24b4d3b686911ea578f77612309099f0cc6 23f71a26386ff2aff9800fe96cec1dc9c805b5b6
|
||||
R 0810c9b992d63ac661e729a83d3536b4
|
||||
T +closed 23f71a26386ff2aff9800fe96cec1dc9c805b5b6
|
||||
U drh
|
||||
Z f335a12b6cd889ae802417698f792d1a
|
||||
P 8bdda827a3d268009297a0216e3d94bf0eceeb2e
|
||||
R 5cfb4e6342c564787ed07b1b1007b605
|
||||
U mistachkin
|
||||
Z 76cd4818fe183f76c64a28733f84e037
|
||||
|
@ -1 +1 @@
|
||||
8bdda827a3d268009297a0216e3d94bf0eceeb2e
|
||||
34779c528f1817d6ec34216b58fb4277956b5167
|
@ -21,7 +21,7 @@
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
set ::testprefix whereD
|
||||
set ::testprefix whereK
|
||||
|
||||
do_execsql_test 1.1 {
|
||||
CREATE TABLE t1(a,b,c);
|
||||
|
Loading…
Reference in New Issue
Block a user