summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorIvan Tcholakov <ivantcholakov@gmail.com>2014-08-22 11:01:14 +0200
committerIvan Tcholakov <ivantcholakov@gmail.com>2014-08-22 11:01:14 +0200
commit8b583995309ca0f2ce6fad52fd18f4c59fad9cb6 (patch)
treec5c3b7d228e5371e36637fd9b811fbb01af8d9b4 /user_guide_src
parenta3cc8084a73e2c58a9ac38963bf7f60ba50d213e (diff)
Query builder, IS NOT NULL support #3194: Adding a changelog entry.
Diffstat (limited to 'user_guide_src')
-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 c4360aae4..6619ae971 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -187,6 +187,7 @@ Release Date: Not Released
- Changed ``limit()`` to ignore NULL values instead of always casting to integer.
- Changed ``offset()`` to ignore empty values instead of always casting to integer.
- 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 the operators *<>* and *!=* into *IS NOT NULL* when the supplied for comparison value is equal to *NULL*.
- :doc:`Database Results <database/results>` changes include: