summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2018-04-14 15:50:02 +0200
committerAndrey Andreev <narf@devilix.net>2018-04-14 15:50:02 +0200
commitd85c048f076246dc30f1d8ee0270c6b95ee25ba5 (patch)
tree329224a049ad2f8fdbd5134f4756249d349c1ef0
parent9341189a529e28007c7ff566aa5db91488ea7439 (diff)
[ci skip] Add changelog entry for #5462 (PR #5464)
-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 7f2a8355f..a6c432054 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -12,6 +12,7 @@ Bug fixes for 3.1.9
-------------------
- Fixed a regression (#5448) - :doc:`Query Builder <database/query_builder>` methods ``like()``, ``or_like()`` (and siblings) didn't apply *dbprefix* or identifier escaping.
+- Fixed a regression (#5462) - :doc:`Query Builder <database/query_builder>` methods ``like()``, ``or_like()`` (and siblings) produced incorrect SQL syntax when used with ``'before'`` as the third parameter.
Version 3.1.8
=============