-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
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
-3252269e9005fe3f31f285506430e33d1031da88
\ No newline at end of file
+8de283ded11351962523264584c60192d1d2a4ac
\ No newline at end of file
puts "<DD><P><UL>$desc</UL></P></DD>"
}
+chng {2000 June 8} {
+<li>Added lots of new test cases</li>
+<li>Fix a few bugs discovered while adding test cases</li>
+<li>Begin adding lots of new documentation</li>
+}
+
chng {2000 June 6} {
<li>Added outer join operators: <B>UNION</b>, <b>UNION ALL</B>,
<b>INTERSECT</b>, and <b>EXCEPT</b></li>
#
# 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 {<html>
<head><title>SQLite: An SQL Database Engine Built Atop GDBM</title></head>
<li>The <a href="fileformat.html">file format</a> used by SQLite databases.</li>
<li>The <a href="arch.html">Architecture of the SQLite Library</a> describes
how the library is put together. <b>(preliminary)</b></li>
+<li>A description of the <a href="opcode.html">virtual machine</a> that
+ SQLite uses to access the database. <b>(preliminary)</b></li>
<li>The <a href="lang.html">SQL Language</a> subset understood by SQLite.
<b>(under development)</b></li>
</ul>