Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the version number to 2.8.3. (CVS 1001) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c96f5bf0d7b75c8091f78dc2b9e39379 |
User & Date: | drh 2003-06-04 12:40:44.000 |
Context
2003-06-04
| ||
12:44 | Version 2.8.3 (CVS 1002) (check-in: 433570e3e6 user: drh tags: trunk) | |
12:40 | Update the version number to 2.8.3. (CVS 1001) (check-in: c96f5bf0d7 user: drh tags: trunk) | |
12:31 | Disable the unreadable file test (attach-6.2) under windows because of problems in the OS. (CVS 1000) (check-in: 4bfb30d20b user: drh tags: trunk) | |
Changes
Changes to VERSION.
|
| | | 1 | 2.8.3 |
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 {2003 May 17 (2.8.2)} { <li>Fix a problem that will corrupt the database file if you drop a table from the main database that has a TEMP index.</li> } chng {2003 May 16 (2.8.1)} { | > > > > > > > > > > > | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2003 June 4 (2.8.3)} { <li>Fix a problem that will corrupt the indices on a table if you do an INSERT OR REPLACE or an UPDATE OR REPLACE on a table that contains an INTEGER PRIMARY KEY plus one or more indices.</li> <li>Fix a bug in windows locking code so that locks work correctly when simultaneously accessed by Win95 and WinNT systems.</li> <li>Add the ability for INSERT and UPDATE statements to refer to the "rowid" (or "_rowid_" or "oid") columns.</li> <li>Other important bug fixes</li> } chng {2003 May 17 (2.8.2)} { <li>Fix a problem that will corrupt the database file if you drop a table from the main database that has a TEMP index.</li> } chng {2003 May 16 (2.8.1)} { |
︙ | ︙ |