-C About\s0.5KiB\sof\sadditional\scompression\sin\sthe\sparser\stables.\s(CVS\s2764)
-D 2005-11-06T04:06:59
+C Fix\sdocumentation\stypo.\s(CVS\s2765)
+D 2005-11-14T11:51:46
F Makefile.in 12784cdce5ffc8dfb707300c34e4f1eb3b8a14f1
F Makefile.linux-gcc aee18d8a05546dcf1888bd4547e442008a49a092
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3
F www/index.tcl 2fff45565fd52fba6746b27eb60ea1d7834042ec
F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1
-F www/lang.tcl 6ec7f6f3250e7f671cf8ada7c765e56b0cc1f169
+F www/lang.tcl 7015a52116d1ba3ce87cff6de7a98d5127e8f163
F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
F www/nulls.tcl ec35193f92485b87b90a994a01d0171b58823fcf
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 6331860e7754be6e0d2a484d66427947c0781dd6
-R 89df35f460d2e4c3a14757990021ac40
+P f39974ebd81f274dc4cf6cf94e6e87ee7b4a0814
+R 8e31facb5466f09fe57500c6d2a97aab
U drh
-Z dd438883ac1053c2a2f713e5ad3d2f5b
+Z 8d0635a3131d53b4556f0fb9acdf9497
-f39974ebd81f274dc4cf6cf94e6e87ee7b4a0814
\ No newline at end of file
+c9b413ea22d1da926621670b903c7a683921eef0
\ No newline at end of file
#
# Run this Tcl script to generate the lang-*.html files.
#
-set rcsid {$Id: lang.tcl,v 1.101 2005/11/03 00:41:18 drh Exp $}
+set rcsid {$Id: lang.tcl,v 1.102 2005/11/14 11:51:46 drh Exp $}
source common.tcl
if {[llength $argv]>0} {
are distinct where in UNION ALL there may be duplicates.
The INTERSECT operator takes the intersection of the results of the
left and right SELECTs. EXCEPT takes the result of left SELECT after
-removing the results of the right SELECT. When three are more SELECTs
+removing the results of the right SELECT. When three or more SELECTs
are connected into a compound, they group from left to right.</p>
}