From da6ac585e32ffb036ec3cb6b0475407901146e4a Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 15 Jun 2017 14:24:51 +0300 Subject: [ci skip] Add changelog entry for #5155 --- user_guide_src/source/changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide_src') diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 97cad70d1..362cd8c84 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -19,6 +19,7 @@ Bug fixes for 3.1.5 - Fixed a bug (#5108) - :doc:`Inflector Helper ` function :php:func:`singular()` didn't properly handle 'quizzes'. - Fixed a regression (#5131) - private controller methods triggered PHP errors instead of a 404 response. - Fixed a bug (#5150) - :doc:`Database Forge ` method ``modify_column()`` triggered an error while renaming columns with the 'oci8', 'pdo/oci' drivers. +- Fixed a bug (#5155) - :doc:`Query Builder ` method ``count_all_results()`` returned incorrect result for queries using ``LIMIT``, ``OFFSET``. Version 3.1.4 ============= -- cgit v1.2.3-24-g4f1b