aboutsummaryrefslogtreecommitdiff
path: root/www/changes.tcl
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2002-03-11 02:06:13 +0000
committerdrh <drh@noemail.net>2002-03-11 02:06:13 +0000
commit28b4e4890b2b3d022d71a36fd93cf6df24ea867b (patch)
tree934674cfb5b3d9c85609a2e34c1064bc7a3b0ef7 /www/changes.tcl
parent7218ac70983b81b32b83e00acc0d478ea9d8bbb0 (diff)
downloadsqlite-28b4e4890b2b3d022d71a36fd93cf6df24ea867b.tar.gz
sqlite-28b4e4890b2b3d022d71a36fd93cf6df24ea867b.zip
Preparing for the 2.4.0 release. (CVS 426)
FossilOrigin-Name: 9f5b241cb2fc89f66d3762b4b4978b8e114caf53
Diffstat (limited to 'www/changes.tcl')
-rw-r--r--www/changes.tcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/changes.tcl b/www/changes.tcl
index 0397ac124..b31f15788 100644
--- a/www/changes.tcl
+++ b/www/changes.tcl
@@ -17,7 +17,7 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
-chng {2002 Mar * (2.4.0)} {
+chng {2002 Mar 10 (2.4.0)} {
<li>Change the name of the sanity_check PRAGMA to <b>integrity_check</b>
and make it available in all compiles.</li>
<li>SELECT min() or max() of an indexed column with no WHERE or GROUP BY
@@ -40,6 +40,8 @@ chng {2002 Mar * (2.4.0)} {
about 2.5 times faster and large DELETEs about 5 times faster.</li>
<li>Made the CACHE_SIZE pragma persistent</li>
<li>Added the SYNCHRONOUS pragma</li>
+<li>Fixed a bug that was causing updates to fail inside of transactions when
+ the database contained a temporary table.</li>
}
chng {2002 Feb 18 (2.3.3)} {