summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-06-11 20:28:22 +0200
committerAndrey Andreev <narf@bofh.bg>2012-06-11 20:28:22 +0200
commite6302791d229e42c8fc42a3982a10eb63508197f (patch)
treee95788419e78dfb7ee1b2a7a18234510a2602772 /user_guide_src
parent88cb278a1e52dd7db5b0ebe2037c12f0dd69c0c1 (diff)
Fix a join() issue
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 03b541e3d..5627f0221 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -248,6 +248,7 @@ Bug fixes for 3.0
- Fixed a bug (#1452) - protect_identifiers() didn't properly detect identifiers with spaces in their names.
- Fixed a bug where protect_identifiers() ignored it's extra arguments when the value passed to it is an array.
- Fixed a bug where _has_operator() didn't detect BETWEEN.
+- Fixed a bug where :doc:`Query Builder <database/query_builder>`'s join failed with identifiers containing dashes.
Version 2.1.1
=============