Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | :-) (CVS 95) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
547e8b927bec0201bc1d3db899b966d5 |
User & Date: | drh 2000-06-12 12:36:37.000 |
Context
2000-06-12
| ||
17:49 | :-) (CVS 1698) (check-in: 662fa612dc user: drh tags: trunk) | |
12:36 | :-) (CVS 95) (check-in: 547e8b927b user: drh tags: trunk) | |
12:29 | :-) (CVS 94) (check-in: 84b506b06c 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 12} { | | > | > | | | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2000 June 12} { <li>Added the fcnt() function to the SQL interpreter. The fcnt() function returns the number of database "Fetch" operations that have occurred. This function is designed for use in test scripts to verify that queries are efficient and appropriately optimized. Fcnt() has no other useful purpose, as far as I know.</li> <li>Added a bunch more tests that take advantage of the new fcnt() function. The new tests did not uncover any new problems.</li> } 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> |
︙ | ︙ |