From: drh
Date: Tue, 6 Jun 2000 22:19:00 +0000 (+0000)
Subject: :-) (CVS 64)
X-Git-Tag: version-3.6.10~6037
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f500577561bc440d8b3f6f2c2125c7f2cdd68ce3;p=thirdparty%2Fsqlite.git
:-) (CVS 64)
FossilOrigin-Name: 3a2f4dcab299aceeba3afc223f424cd1d4d13c9d
---
diff --git a/manifest b/manifest
index 76b2e0830c..9f8d97d656 100644
--- 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
diff --git a/manifest.uuid b/manifest.uuid
index ed40a9aa09..fb662c5a01 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-65d2100d33350e6bce30d4d75f3cead9fcab3efb
\ No newline at end of file
+3a2f4dcab299aceeba3afc223f424cd1d4d13c9d
\ No newline at end of file
diff --git a/www/changes.tcl b/www/changes.tcl
index ff620398a3..e04bba0020 100644
--- a/www/changes.tcl
+++ b/www/changes.tcl
@@ -18,6 +18,8 @@ proc chng {date desc} {
}
chng {2000 June 6} {
+Added outer join operators: UNION, UNION ALL,
+INTERSECT, and EXCEPT
Added support for using (SELECT ...) within expressions
Added support for IN and BETWEEN operators
Added support for GROUP BY and HAVING
diff --git a/www/index.tcl b/www/index.tcl
index ed37bacacc..705a8bb0e2 100644
--- a/www/index.tcl
+++ b/www/index.tcl
@@ -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 {
SQLite: An SQL Database Built Atop GDBM
@@ -62,10 +62,8 @@ The following are the known limitations:
-- The UNION, INTERSECTION and EXCEPT operations connecting multiple
-SELECT statements are not yet implement
- Constraints are parsed but are not enforced
-- There is not support for transactions or rollback
+- There is no support for transactions or rollback