Website changes for the release of 3.2.8. (CVS 2831)

FossilOrigin-Name: 2f7ec117ded31f2c13f2e3ab9dd4e9a483434601
This commit is contained in:
drh
2005-12-19 17:26:46 +00:00
parent 8f9b728b62
commit 29b6e57b3e
4 changed files with 23 additions and 9 deletions
+7
View File
@@ -25,6 +25,13 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2005 December 19 (3.2.8)} {
<li>Fix an obscure bug that can cause database corruption under the
following unusual circumstances: A large INSERT or UPDATE statement which
is part of an even larger transaction fails due to a uniqueness contraint
but the containing transaction commits.</li>
}
chng {2005 September 24 (3.2.7)} {
<li>GROUP BY now considers NULLs to be equal again, as it should
</li>
+8 -1
View File
@@ -66,6 +66,13 @@ proc newsitem {date title text} {
puts "<hr width=\"50%\">"
}
newsitem {2005-Dec-19} {Version 3.2.8} {
This version contains a single one-line change from 3.2.7. That change
fixes a problem which might cause database corruption if a large INSERT or
UPDATE statement within a multi-statement transaction fails due to a
uniqueness constraint but the containing transaction commits.
}
newsitem {2005-Sep-24} {Version 3.2.7} {
This version fixes several minor and obscure bugs.
Upgrade only if you are having problems.
@@ -112,4 +119,4 @@ puts {
<p align="right"><a href="oldnews.html">Old news...</a></p>
</td></tr></table>
}
footer {$Id: index.tcl,v 1.126 2005/09/24 15:11:00 drh Exp $}
footer {$Id: index.tcl,v 1.127 2005/12/19 17:26:47 drh Exp $}