1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Update the version number to 2.8.3. (CVS 1001)

FossilOrigin-Name: c96f5bf0d7b75c8091f78dc2b9e3937949642ce5
This commit is contained in:
drh
2003-06-04 12:40:43 +00:00
parent bc2bca0843
commit b6ec9fed20
4 changed files with 20 additions and 9 deletions

View File

@ -25,6 +25,17 @@ proc chng {date desc} {
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>