summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-06-14 13:33:33 +0200
committerAndrey Andreev <narf@bofh.bg>2012-06-14 13:33:33 +0200
commit19c83f6ec6dd29b2ecbeba87801d275f4e247678 (patch)
tree41336858c47f649c57a89ade5a51f0920aaa843a
parent3bbbd26ecb60966b07c597310ae241c432bce198 (diff)
Add changelog entry for issue #1387
-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 06bfba887..7748f9b37 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -269,6 +269,7 @@ Bug fixes for 3.0
- Fixed a bug (#145) - compile_binds() failed when the bind marker was present in a literal string within the query.
- Fixed a bug in protect_identifiers() where if passed along with the field names, operators got escaped as well.
- Fixed a bug (#10) - :doc:`URI Library <libraries/uri>` internal method _detect_uri() failed with paths containing a colon.
+- Fixed a bug (#1387) - :doc:`Query Builder <database/query_builder>`'s from() method didn't escape table aliases.
Version 2.1.1
=============