:-) (CVS 64)

FossilOrigin-Name: 3a2f4dcab299aceeba3afc223f424cd1d4d13c9d
This commit is contained in:
drh 2000-06-06 22:19:00 +00:00
parent 1ecec3c03e
commit f500577561
4 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
C :-)\s(CVS\s63) C :-)\s(CVS\s64)
D 2000-06-06T22:13:55 D 2000-06-06T22:19:01
F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4 F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4
F Makefile.in 17ba1ccf8d2d40c627796bba8f72952365d6d644 F Makefile.in 17ba1ccf8d2d40c627796bba8f72952365d6d644
F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958 F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958
@ -47,10 +47,10 @@ F tool/opNames.awk 2bd9071a138e4e2be13dc98fe066398a61219e1e
F tool/opcodeDoc.awk b3a2a3d5d3075b8bd90b7afe24283efdd586659c F tool/opcodeDoc.awk b3a2a3d5d3075b8bd90b7afe24283efdd586659c
F tool/renumberOps.awk 6d067177ad5f8d711b79577b462da9b3634bd0a9 F tool/renumberOps.awk 6d067177ad5f8d711b79577b462da9b3634bd0a9
F www/c_interface.tcl 9ac800854272db5fe439e07b7435b243a5422293 F www/c_interface.tcl 9ac800854272db5fe439e07b7435b243a5422293
F www/changes.tcl f5839fe8de7449d994c71a8e48ce8ea736bec7d1 F www/changes.tcl 04e66b4257589ff78a7e1de93e9dda4725fb03d6
F www/index.tcl 0c63672bad5188327143ecd0a07c7c0741ff9823 F www/index.tcl 52e29a4eeda8d59e91af43c61fef177c5f2ffd53
F www/sqlite.tcl 2f933ce18cffd34a0a020a82435ab937137970fd F www/sqlite.tcl 2f933ce18cffd34a0a020a82435ab937137970fd
P f4d9089c5d69b16fee5feb49b02e524499e6328d P 65d2100d33350e6bce30d4d75f3cead9fcab3efb
R dbe7159bcbb54ce029964c82a0bd434c R e51fd857be77f5fde7a86a91f2309159
U drh U drh
Z cf4067fbc404bfe31608e9dcddc7bc35 Z bce721fb4a38727dd225a300710a20ea

View File

@ -1 +1 @@
65d2100d33350e6bce30d4d75f3cead9fcab3efb 3a2f4dcab299aceeba3afc223f424cd1d4d13c9d

View File

@ -18,6 +18,8 @@ proc chng {date desc} {
} }
chng {2000 June 6} { 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 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>IN</b> and <b>BETWEEN</b> operators</li>
<li>Added support for <b>GROUP BY</b> and <b>HAVING</b></li> <li>Added support for <b>GROUP BY</b> and <b>HAVING</b></li>

View File

@ -1,7 +1,7 @@
# #
# Run this TCL script to generate HTML for the index.html file. # 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> puts {<html>
<head><title>SQLite: An SQL Database Built Atop GDBM</title></head> <head><title>SQLite: An SQL Database Built Atop GDBM</title></head>
@ -62,10 +62,8 @@ The following are the known limitations:</p>
<p> <p>
<ul> <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>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> </ul>
</p> </p>