diff options
author | Andrey Andreev <narf@devilix.net> | 2016-06-08 10:06:59 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-06-08 10:06:59 +0200 |
commit | ed6f01077abb8946b54413d383fa1b7b46cd3d1f (patch) | |
tree | 96e2953ae40ab8e6161746ea9cd33566f02c4b56 /user_guide_src/source/changelog.rst | |
parent | 83630055ab671867b14f02d45370eb0bc41a0cb0 (diff) |
Make db_select() clear cached database metadata
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 0647f6dbb..8774d4b84 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -34,6 +34,7 @@ Bug fixes for 3.0.7 - Fixed a bug (#4647) - :doc:`Query Builder <database/query_builder>` method ``count_all_results()`` doesn't take into account ``GROUP BY`` clauses while deciding whether to do a subquery or not. - Fixed a bug where :doc:`Session Library <libraries/sessions>` 'redis' driver didn't properly detect if a connection is properly closed on PHP 5.x. - Fixed a bug (#4583) - :doc:`Email Library <libraries/email>` didn't properly handle inline attachments in HTML emails. +- Fixed a bug where :doc:`Database <database/index>` method `db_select()` didn't clear metadata cached for the previously used database. Version 3.0.6 ============= |