summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2016-07-30 12:54:10 -0400
committerGerrit Code Review <gerrit2@ln3.zzzcomputing.com>2016-07-30 12:54:10 -0400
commitcda9defe58f80759f2b40e658fd7b25eb4d92610 (patch)
tree9182994c7b48648cf8267d3cd616e00410d91867 /doc
parent99248e843d4acde786e373a3056083ea34d72589 (diff)
parent6327c59d4f34947128bd9b2860a1732a6932b4d7 (diff)
downloadsqlalchemy-cda9defe58f80759f2b40e658fd7b25eb4d92610.tar.gz
Merge "Index should extract __clause_element__() early"
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_11.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst
index cb95264cc..569373529 100644
--- a/doc/build/changelog/changelog_11.rst
+++ b/doc/build/changelog/changelog_11.rst
@@ -36,6 +36,16 @@
:meth:`.Query.order_by` has worked for a long time. Pull request
courtesy Iuri Diniz.
+ .. change::
+ :tags: bug, sql
+ :tickets: 3763
+
+ Fixed bug where :class:`.Index` would fail to extract columns from
+ compound SQL expressions if those SQL expressions were wrapped inside
+ of an ORM-style ``__clause_element__()`` construct. This bug
+ exists in 1.0.x as well, however in 1.1 is more noticeable as
+ hybrid_property @expression now returns a wrapped element.
+
.. changelog::
:version: 1.1.0b3
:released: July 26, 2016