Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | :-) (CVS 23) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0b040cea57ee76103030c0d5ef571dc4 |
User & Date: | drh 2000-05-31 15:43:26.000 |
Context
2000-05-31
| ||
17:59 | :-) (CVS 24) (check-in: 4cd98ebaea user: drh tags: trunk) | |
15:43 | :-) (CVS 23) (check-in: 0b040cea57 user: drh tags: trunk) | |
15:35 | :-) (CVS 22) (check-in: d33ad08e0d user: drh tags: trunk) | |
Changes
Changes to www/changes.tcl.
︙ | ︙ | |||
14 15 16 17 18 19 20 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2000 May 31} { | | | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2000 May 31} { <li>Added support for aggregate functions (Ex: <b>COUNT(*)</b>, <b>MIN(...)</b>) to the SELECT statement.</li> } chng {2000 May 30} { <li>Added the <b>LIKE</b> operator.</li> <li>Added a <b>GLOB</b> operator: similar to <B>LIKE</B> but it uses Unix shell globbing wildcards instead of the '%' |
︙ | ︙ |