diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-06 12:50:05 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-06 12:50:05 +0100 |
commit | 1720a6aee782b1193454e2ec172f3e89461f83f4 (patch) | |
tree | 890620f2f446ab8ba6afc87aa07a521085583767 /user_guide_src/source | |
parent | fd15a707ee8ec0749c8b51b0b21683b946160096 (diff) |
Fix #2579: Query Builder's "no escape" functionality didn't work properly with query cache
Diffstat (limited to 'user_guide_src/source')
-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 8bba39431..7cc27eb5a 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -630,6 +630,7 @@ Bug fixes for 3.0 - Fixed a bug (#2515) - ``_exception_handler()`` used to send the 200 "OK" HTTP status code and didn't stop script exection even on fatal errors. - Fixed a bug - Redis :doc:`Caching <libraries/caching>` driver didn't handle connection failures properly. - Fixed a bug (#2756) - :doc:`Database Class <database/index>` executed the MySQL-specific `SET SESSION sql_mode` query for all drivers when the 'stricton' option is set. +- Fixed a bug (#2579) - :doc:`Query Builder <database/query_builder>`s "no escape" functionality didn't work properly with query cache. Version 2.1.4 ============= |