From: drh
Date: Fri, 9 Jun 2000 03:51:26 +0000 (+0000)
Subject: :-) (CVS 89)
X-Git-Tag: version-3.6.10~6011
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dcc7c74cf9d50556829273923fb9fd461986a7e6;p=thirdparty%2Fsqlite.git
:-) (CVS 89)
FossilOrigin-Name: 8de283ded11351962523264584c60192d1d2a4ac
---
diff --git a/manifest b/manifest
index 5b2448754c..0a4ee43702 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C :-)\s(CVS\s88)
-D 2000-06-09T03:47:19
+C :-)\s(CVS\s89)
+D 2000-06-09T03:51:27
F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4
F Makefile.in a0cc8da380c65002af452dfb72b3e82e1d33b04d
F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958
@@ -57,13 +57,13 @@ F www/arch.fig 12da66c71585fff95bda022a9e2efda903fe2a0b
F www/arch.png 0aa280d90d1d9249fd7ce3f08d7a227ae2963b9d
F www/arch.tcl 282d91f509aadd0873f8aa9b357a2c0b4b175979
F www/c_interface.tcl 9ac800854272db5fe439e07b7435b243a5422293
-F www/changes.tcl 04e66b4257589ff78a7e1de93e9dda4725fb03d6
+F www/changes.tcl 61b29ddb4ab562e68d476516811e0abef22cdcb8
F www/fileformat.tcl b11435fcd2cf2238a1c5e6d16fe5e83bcd14d434
-F www/index.tcl ecbcaab2fc36974f1de09e4c2d49683f83fb2e67
+F www/index.tcl 7d7f23b4c57008ea306aae80d2996ea7ce334f14
F www/lang.tcl d694c3f3614aa6a6903923437d8f520a2ee97332
F www/opcode.tcl 8be80bace48450ef4b9a34dcef4f846f7e5fb2b5
F www/sqlite.tcl 5420eab24b539928f80ea9b3088e2549d34f438d
-P 3661b5ff93b01da7fea9f85370ecdda1402b7164
-R 1c91211af4f45cd4c54a752007d31361
+P 3252269e9005fe3f31f285506430e33d1031da88
+R 693a4b39d48843b6a30100b638054e5d
U drh
-Z aa73dbfe7525340c7da35901373ae50e
+Z 9a71cbc5e14ec491ed85e04788c06b2c
diff --git a/manifest.uuid b/manifest.uuid
index 1a5d8bf89a..5ea37d3935 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-3252269e9005fe3f31f285506430e33d1031da88
\ No newline at end of file
+8de283ded11351962523264584c60192d1d2a4ac
\ No newline at end of file
diff --git a/www/changes.tcl b/www/changes.tcl
index e04bba0020..97a854ea7b 100644
--- a/www/changes.tcl
+++ b/www/changes.tcl
@@ -17,6 +17,12 @@ proc chng {date desc} {
puts "
"
}
+chng {2000 June 8} {
+Added lots of new test cases
+Fix a few bugs discovered while adding test cases
+Begin adding lots of new documentation
+}
+
chng {2000 June 6} {
Added outer join operators: UNION, UNION ALL,
INTERSECT, and EXCEPT
diff --git a/www/index.tcl b/www/index.tcl
index a378cbfa63..f2c52a2f39 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.16 2000/06/09 03:47:19 drh Exp $}
+set rcsid {$Id: index.tcl,v 1.17 2000/06/09 03:51:27 drh Exp $}
puts {
SQLite: An SQL Database Engine Built Atop GDBM
@@ -96,6 +96,8 @@ Among the SQL features that SQLite does not currently implement are:
The file format used by SQLite databases.
The Architecture of the SQLite Library describes
how the library is put together. (preliminary)
+A description of the virtual machine that
+ SQLite uses to access the database. (preliminary)
The SQL Language subset understood by SQLite.
(under development)