Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Change the version number for release 2.7.1. (CVS 736) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b7f788fcc4a26ae42196a209d2e94672 |
User & Date: | drh 2002-08-31 17:02:26.000 |
Context
2002-08-31
| ||
17:02 | Version 2.7.1 (CVS 737) (check-in: 5f51e13d56 user: drh tags: trunk) | |
17:02 | Change the version number for release 2.7.1. (CVS 736) (check-in: b7f788fcc4 user: drh tags: trunk) | |
16:52 | Initial checking of two new test files: format3.test and memleak.test. (CVS 735) (check-in: 6ffedb90a6 user: drh tags: trunk) | |
Changes
Changes to VERSION.
|
| | | 1 | 2.7.1 |
Changes to www/changes.tcl.
︙ | ︙ | |||
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 {2002 Aug 25 (2.7.0)} { <li>Make a distinction between numeric and text values when sorting. Text values sort according to memcmp(). Numeric values sort in numeric order.</li> <li>Allow multiple simulataneous readers under windows by simulating the reader/writers locks that are missing from Win95/98/ME.</li> | > > > > > > | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2002 Aug 31 (2.7.1)} { <li>Fix a bug in the ORDER BY logic that was introduced in version 2.7.0</li> <li>C-style comments are now accepted by the tokenizer.</li> <li>INSERT runs a little faster when the source is a SELECT statement.</li> } chng {2002 Aug 25 (2.7.0)} { <li>Make a distinction between numeric and text values when sorting. Text values sort according to memcmp(). Numeric values sort in numeric order.</li> <li>Allow multiple simulataneous readers under windows by simulating the reader/writers locks that are missing from Win95/98/ME.</li> |
︙ | ︙ |