diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-05-08 20:54:03 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-05-08 20:54:03 +0200 |
commit | 0f13a13bbf7bc54dc2ef4dda44bbe2f3890af8c6 (patch) | |
tree | 871febccbebafaca3128b6d931619b196699189a /user_guide/changelog.html | |
parent | 6a217c34b004a439ecc28f7f79673ebde00499d3 (diff) |
added SET to the list of write type queries
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 7ce672710..eef799fb5 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -117,6 +117,7 @@ SVN Commit: not currently released</p> <h3>Bugfixes for 1.6.2</h3>
<ul>
+ <li>Fixed a bug where SET queries were not being handled as "write" queries.</li>
<li>Fixed a bug (#3191) with ORIG_PATH_INFO URI parsing.</li>
<li>Fixed assorted user guide typos (#3453, #4364, #4379, #4399, #4408, #4412, #4448, #4488).</li>
<li>Fixed DB Driver and MySQLi result driver checking for resources instead of objects (#3461).</li>
|