]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fixed typo to close #1731. (CVS 5302)
authormihailim <mihailim@noemail.net>
Wed, 25 Jun 2008 08:02:44 +0000 (08:02 +0000)
committermihailim <mihailim@noemail.net>
Wed, 25 Jun 2008 08:02:44 +0000 (08:02 +0000)
FossilOrigin-Name: 9902be8d66453d3f4cfdc7f81a4ebe9bc6729204

manifest
manifest.uuid
test/select4.test

index 32001f7542ecfd64877adb440c01137c82900334..ab2f881777098f107484ef61c963dacf1c596735 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C If\sa\sunique\sindex\scovers\sany\sprefix\sof\sthe\sORDER\sBY\sclause\sthen\slet\sit\nsatisfy\sthe\sORDER\sBY\sclause.\s(CVS\s5301)
-D 2008-06-25T02:47:57
+C Fixed\stypo\sto\sclose\s#1731.\s(CVS\s5302)
+D 2008-06-25T08:02:44
 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
 F Makefile.in ff6f90048555a0088f6a4b7406bed5e55a7c4eff
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -441,7 +441,7 @@ F test/schema2.test 35e1c9696443d6694c8980c411497c2b5190d32e
 F test/select1.test 9f9d90c40b84d1d2cff651db1c0245a882e2b180
 F test/select2.test 06a2660de57673e2d076c29c0fd73f961a930f87
 F test/select3.test 2ce595f8fb8e2ac10071d3b4e424cadd4634a054
-F test/select4.test 7cc135c8343e6e433bdad185de6a720b112c40e7
+F test/select4.test 0618c9377013840194b7901e6224d841cd3e7193
 F test/select5.test 5ad14ea338aada2e6394ba98fa9aa40e3e50aec0
 F test/select6.test 399f14b9ba37b768afe5d2cd8c12e4f340a69db8
 F test/select7.test 7906735805cfbee4dddc0bed4c14e68d7f5f9c5f
@@ -594,7 +594,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 1dbced29de5f59ba2ebf877edcadf171540374d1
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P a193b1612e7ccd1c8f6136ece8d4768fccfe43fe
-R 73462fba25fb2aaffa637b9f2f37ff8b
-U drh
-Z 1818408e0a699a7a27b7b1a57b585fce
+P e53403b6d742be83c5b130ed6cef4035d081d613
+R df5e49160c5ef25074362372086fedf0
+U mihailim
+Z 90518ac21d6f6444d31a20f1d9ccee33
index eac2bd5ef41539045c9afb484f0e69a0812a2900..dac9c07283753364b66d710fab25f950e3d6c8dd 100644 (file)
@@ -1 +1 @@
-e53403b6d742be83c5b130ed6cef4035d081d613
\ No newline at end of file
+9902be8d66453d3f4cfdc7f81a4ebe9bc6729204
\ No newline at end of file
index 1d3b2c6dcd397f5768471f0b4ad143a6bac6d0e7..dc7e5d273905a3c16167c5bb22e401348fd8761d 100644 (file)
@@ -12,7 +12,7 @@
 # focus of this file is testing UNION, INTERSECT and EXCEPT operators
 # in SELECT statements.
 #
-# $Id: select4.test,v 1.27 2008/03/26 12:46:25 drh Exp $
+# $Id: select4.test,v 1.28 2008/06/25 08:02:44 mihailim Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
@@ -513,7 +513,7 @@ do_test select4-8.2 {
   }
 } {1.1 1.10 1.2 1.3}
 
-# Make sure the names of columns are takenrom the right-most subquery
+# Make sure the names of columns are taken from the right-most subquery
 # right in a compound query.  Ticket #1721
 #
 ifcapable compound {