diff options
author | Andrey Andreev <narf@devilix.net> | 2015-07-06 11:18:50 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-07-06 11:18:50 +0200 |
commit | e917f1d16ef21df8956a34c33774f06a5c024b42 (patch) | |
tree | a59af74d4084620ab360a26a403eb2a7495364d2 /user_guide_src/source/changelog.rst | |
parent | c79a62c5c43c75a3dbc0af77433694340b235047 (diff) | |
parent | 5cd726abed384ce594d07cc59dcd61f613f10d49 (diff) |
Merge pull request #3952 from ftwbzhao/develop
Fix SQlite3 list_fields()
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 432d65e00..92d8bb164 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -48,6 +48,7 @@ Bug fixes for 3.0.1 - 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". - Fixed a bug in :doc:`Query Builder <database/query_builder>` where ``delete()`` didn't properly work on multiple tables with a WHERE condition previously set via ``where()``. +- Fixed a bug (#3952) - :doc:`Database <database/index>` method ``list_fields()`` didn't work with SQLite3. - Fixed a bug (#3955) - :doc:`Cache Library <libraries/caching>` methods ``increment()`` and ``decrement()`` ignored the 'key_prefix' setting. Version 3.0.0 |