summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2018-01-30 14:08:21 +0100
committerAndrey Andreev <narf@devilix.net>2018-01-30 14:08:21 +0100
commit7dd6f14073c109a3227d78e30780ab79117bda42 (patch)
tree34120f2e68a7bccde09072cb27c9777bc0b5f729 /user_guide_src
parent7c71b8f571585655d24ce325fb0ec3deb6caa8e4 (diff)
Fix a QB bug where where(), having() treated values passed to them as arbitrary SQL
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 f6e24e519..9b7f0149c 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -15,6 +15,7 @@ Bug fixes for 3.1.8
-------------------
- Fixed a bug where :doc:`Form Validation Library <libraries/form_validation>`, :doc:`Email Library <libraries/email>` tried to use ``INTL_IDNA_VARIANT_UTS46`` when it was undeclared.
+- Fixed a bug where :doc:`Query Builder <database/query_builder>` methods ``where()``, ``having()`` treated values passed to them as arbitrary SQL.
Version 3.1.7
=============