]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
:-) (CVS 64)
authordrh <drh@noemail.net>
Tue, 6 Jun 2000 22:19:00 +0000 (22:19 +0000)
committerdrh <drh@noemail.net>
Tue, 6 Jun 2000 22:19:00 +0000 (22:19 +0000)
FossilOrigin-Name: 3a2f4dcab299aceeba3afc223f424cd1d4d13c9d

manifest
manifest.uuid
www/changes.tcl
www/index.tcl

index 76b2e0830cd23cbda28cd0ade0f63eb96b2c0769..9f8d97d65672e9781c96e9b3333eab9189e9bc1a 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C :-)\s(CVS\s63)
-D 2000-06-06T22:13:55
+C :-)\s(CVS\s64)
+D 2000-06-06T22:19:01
 F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4
 F Makefile.in 17ba1ccf8d2d40c627796bba8f72952365d6d644
 F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958
@@ -47,10 +47,10 @@ F tool/opNames.awk 2bd9071a138e4e2be13dc98fe066398a61219e1e
 F tool/opcodeDoc.awk b3a2a3d5d3075b8bd90b7afe24283efdd586659c
 F tool/renumberOps.awk 6d067177ad5f8d711b79577b462da9b3634bd0a9
 F www/c_interface.tcl 9ac800854272db5fe439e07b7435b243a5422293
-F www/changes.tcl f5839fe8de7449d994c71a8e48ce8ea736bec7d1
-F www/index.tcl 0c63672bad5188327143ecd0a07c7c0741ff9823
+F www/changes.tcl 04e66b4257589ff78a7e1de93e9dda4725fb03d6
+F www/index.tcl 52e29a4eeda8d59e91af43c61fef177c5f2ffd53
 F www/sqlite.tcl 2f933ce18cffd34a0a020a82435ab937137970fd
-P f4d9089c5d69b16fee5feb49b02e524499e6328d
-R dbe7159bcbb54ce029964c82a0bd434c
+P 65d2100d33350e6bce30d4d75f3cead9fcab3efb
+R e51fd857be77f5fde7a86a91f2309159
 U drh
-Z cf4067fbc404bfe31608e9dcddc7bc35
+Z bce721fb4a38727dd225a300710a20ea
index ed40a9aa09ea2eea318ad386a8bba4fcf7daa304..fb662c5a01eada684054f132d4bd5e60eda63c90 100644 (file)
@@ -1 +1 @@
-65d2100d33350e6bce30d4d75f3cead9fcab3efb
\ No newline at end of file
+3a2f4dcab299aceeba3afc223f424cd1d4d13c9d
\ No newline at end of file
index ff620398a320f97309946e7cf8f6372f1cc8c8fc..e04bba00207f90625babfbaef8e1df3d1db71b95 100644 (file)
@@ -18,6 +18,8 @@ proc chng {date desc} {
 }
 
 chng {2000 June 6} {
+<li>Added outer join operators: <B>UNION</b>, <b>UNION ALL</B>,
+<b>INTERSECT</b>, and <b>EXCEPT</b></li>
 <li>Added support for using <b>(SELECT ...)</b> within expressions</li>
 <li>Added support for <b>IN</b> and <b>BETWEEN</b> operators</li>
 <li>Added support for <b>GROUP BY</b> and <b>HAVING</b></li>
index ed37bacacc53c000ac25c2a32d13af8708be2753..705a8bb0e2c306535b1587d3ade19edf50ffcc83 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this TCL script to generate HTML for the index.html file.
 #
-set rcsid {$Id: index.tcl,v 1.13 2000/06/06 18:24:42 drh Exp $}
+set rcsid {$Id: index.tcl,v 1.14 2000/06/06 22:19:02 drh Exp $}
 
 puts {<html>
 <head><title>SQLite: An SQL Database Built Atop GDBM</title></head>
@@ -62,10 +62,8 @@ The following are the known limitations:</p>
 
 <p>
 <ul>
-<li>The UNION, INTERSECTION and EXCEPT operations connecting multiple
-SELECT statements are not yet implement</li>
 <li>Constraints are parsed but are not enforced</li>
-<li>There is not support for transactions or rollback</li>
+<li>There is no support for transactions or rollback</li>
 </ul>
 </p>