diff options
author | Andrey Andreev <narf@devilix.net> | 2015-06-29 10:26:01 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-06-29 10:26:01 +0200 |
commit | 59d1ffd927ef3b63dbadf42e1caf14957201fd2d (patch) | |
tree | 1d4ba872c91c391a548f054ffba5cc11aa8e5900 /user_guide_src | |
parent | 105749b1bd60a591398168dc8da2a8a894a296b4 (diff) |
Fix #3932
Diffstat (limited to 'user_guide_src')
-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 339d5076f..073f687e9 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -44,6 +44,7 @@ Bug fixes for 3.0.1 - Fixed a bug (#3904) - :doc:`Form Validation Library <libraries/form_validation>` ignored "named" callback rules when the field is empty and there's no 'required' rule. - Fixed a bug (#3922) - :doc:`Email <libraries/email>` and :doc:`XML-RPC <libraries/xmlrpc>` libraries could enter an infinite loop due to `PHP bug #39598 <https://bugs.php.net/bug.php?id=39598>`_. - Fixed a bug (#3913) - :doc:`Cache Library <libraries/caching>` didn't work with the direct ``$this->cache->$driver_name->method()`` syntax with Redis and Memcache(d). +- Fixed a bug (#3932) - :doc:`Query Builder <database/query_builder>` didn't properly compile WHERE and HAVING conditions for field names that end with "and", "or". Version 3.0.0 |