diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-02 00:40:24 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-02 00:40:24 +0100 |
commit | 1887c6d4847fd9d4251b58aba599cb8ee63d2e38 (patch) | |
tree | fb16fed419736d98ad722bb2da23eb42d4c54220 /user_guide/changelog.html | |
parent | db6066511bfc1a728049fdadaad14f1d10cd9796 (diff) | |
parent | ef7474c6ca9887283c964e17c450ca09559643c4 (diff) |
Merge pull request #1100 from rrdial/2.1-stable
2.1-stable: bug fix: compile binds before caching the query…
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 76a0bcb19..b87e61ba8 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -79,6 +79,7 @@ Change Log <li>Fixed a bug - form_open() compared $action against site_url() instead of base_url()</li> <li>Fixed a bug - CI_Upload::_file_mime_type() could've failed if mime_content_type() is used for the detection and returns FALSE.</li> <li>Fixed a bug (#538) - Windows paths were ignored when using the <a href="libraries/image_lib.html">Image Manipulation Class</a> to create a new file.</li> + <li>Fixed a bug - When database caching was enabled, $this->db->query() checked the cache before binding variables which resulted in cached queries never being found.</li> </ul> |