Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | :-) (CVS 103) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
af14a5b3ba4a13665142b700e8864bf6 |
User & Date: | drh 2000-06-19 19:10:29.000 |
Context
2000-06-21
| ||
13:59 | :-) (CVS 104) (check-in: e1bf96a467 user: drh tags: trunk) | |
2000-06-19
| ||
19:10 | :-) (CVS 103) (check-in: af14a5b3ba user: drh tags: trunk) | |
19:09 | :-) (CVS 102) (check-in: 8cce4d279d 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 June 19} { | | | | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2000 June 19} { <li>Column names in UPDATE statements were case sensitive. This mistake has now been fixed.</li> } chng {2000 June 16} { <li>Added the concatenate string operator (||)</li> } chng {2000 June 12} { |
︙ | ︙ |