summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2009-02-10 14:08:43 +0100
committerDerek Allard <derek.allard@ellislab.com>2009-02-10 14:08:43 +0100
commitf89c36c5cdae260d789526163d0114777dd08ce4 (patch)
tree6bfcc2654c5160fda0cbff9a4bb0d7f06c6378dd
parent86a840cc46ec3f0b8a83938e665a52e625b9f3c7 (diff)
Fixed a bug where TRUNCATE was not considered a "write" query (#6619).
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 9a3b613f3..07b14174a 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -78,6 +78,7 @@ SVN Revision: </p>
<li>Fixed a bug when doing 'random' on order_by() (#5706).</li>
<li>Fixed a bug where adding a primary key through Forge could fail (#5731).</li>
<li>Fixed a bug when using DB cache on multiple databases (#5737).</li>
+ <li>Fixed a bug where TRUNCATE was not considered a "write" query (#6619).</li>
</ul>
</li>
<li>Helpers