diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2016-07-30 12:54:10 -0400 |
|---|---|---|
| committer | Gerrit Code Review <gerrit2@ln3.zzzcomputing.com> | 2016-07-30 12:54:10 -0400 |
| commit | cda9defe58f80759f2b40e658fd7b25eb4d92610 (patch) | |
| tree | 9182994c7b48648cf8267d3cd616e00410d91867 /doc | |
| parent | 99248e843d4acde786e373a3056083ea34d72589 (diff) | |
| parent | 6327c59d4f34947128bd9b2860a1732a6932b4d7 (diff) | |
| download | sqlalchemy-cda9defe58f80759f2b40e658fd7b25eb4d92610.tar.gz | |
Merge "Index should extract __clause_element__() early"
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_11.rst | 10 |
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 |
