1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

:-) (CVS 60)

FossilOrigin-Name: 4eca3bf64fd96303bee653b7e44fa7bbdfccbdfb
This commit is contained in:
drh
2000-06-06 18:24:42 +00:00
parent da93281e8d
commit 49c8780abc
5 changed files with 50 additions and 35 deletions

View File

@ -17,6 +17,14 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2000 June 6} {
<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>GROUP BY</b> and <b>HAVING</b></li>
<li>NULL values are now reported ot the callback as a NULL pointer
rather than an empty string.</li>
}
chng {2000 June 3} {
<li>Added support for default values on columns of a table.</li>
<li>Improved test coverage. Fixed a few obscure bugs found by the