summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-03-16 16:00:33 +0100
committerAndrey Andreev <narf@devilix.net>2015-03-16 16:00:33 +0100
commit00e34370e1f235b09e49adfa28f21c8fa3a41778 (patch)
tree4680af17b7c7dfaa68bbf61586e3ee5a1dd7a454 /user_guide_src/source/changelog.rst
parent7f310d63d61e9b334385ef5f6501129d685924ba (diff)
parent2f164058e3ffa429747e27b284f67f2e71809f52 (diff)
Merge pull request #3669 from yaoshanliang/develop
count_all_results() with $this->reset_select()
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 99e4de53a..7f6cafa95 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -192,6 +192,7 @@ Release Date: Not Released
- Methods ``insert_batch()`` and ``update_batch()`` now return an integer representing the number of rows affected by them.
- Methods ``where()``, ``or_where()``, ``having()`` and ``or_having()`` now convert trailing ``=`` and ``<>``, ``!=`` SQL operators to ``IS NULL`` and ``IS NOT NULL`` respectively when the supplied comparison value is ``NULL``.
- Added method chaining support to ``reset_query()``, ``start_cache()``, ``stop_cache()`` and ``flush_cache()``.
+ - Added an optional second to ``count_all_results()`` to disable resetting of QB values.
- :doc:`Database Results <database/results>` changes include: