Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Version 2.0.2 (CVS 281) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
765359c77ebae22e42b78636e70a57b0 |
User & Date: | drh 2001-10-09 04:21:51.000 |
Context
2001-10-09
| ||
12:39 | More changes prior to release 2.0.2. Mostly comment changes. But there was also a minor change to temptable.test so that it would work under Windows. (CVS 282) (check-in: 864349de6f user: drh tags: trunk) | |
04:21 | Version 2.0.2 (CVS 281) (check-in: 765359c77e user: drh tags: trunk) | |
04:19 | Fix the locking protocol. (CVS 280) (check-in: 484b82d8a1 user: drh tags: trunk) | |
Changes
Changes to VERSION.
|
| | | 1 | 2.0.2 |
Changes to www/changes.tcl.
︙ | ︙ | |||
13 14 15 16 17 18 19 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } | | | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2001 Oct 9 (2.0.2)} { <li>Fix a bugs in the locking protocol.</li> <li>Removed some unused "#include <unistd.h>" that were causing problems for VC++.</li> <li>Fixed <b>sqlite.h</b> so that it is usable from C++</li> <li>Added the FULL_COLUMN_NAMES pragma. When set to "ON", the names of columns are reported back as TABLE.COLUMN instead of just COLUMN.</li> <li>Added the TABLE_INFO() and INDEX_INFO() pragmas to help support the |
︙ | ︙ |