1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-12-24 14:17:58 +03:00

:-) (CVS 89)

FossilOrigin-Name: 8de283ded11351962523264584c60192d1d2a4ac
This commit is contained in:
drh
2000-06-09 03:51:26 +00:00
parent d7805f08dd
commit dcc7c74cf9
4 changed files with 17 additions and 9 deletions

View File

@@ -17,6 +17,12 @@ proc chng {date desc} {
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>