diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2019-03-11 14:49:23 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2019-03-11 14:49:23 +0000 |
| commit | 4aadcca993ce30c25b09679178907991b4430b2e (patch) | |
| tree | 089b88ace178cb37be5179cf763ec76ee5edc02b /doc | |
| parent | 16411cd8d64446ca705bb42320380a1fc3ef567e (diff) | |
| parent | 25fc9562f08fe26e4e2f6d4cf69c34b666f0180a (diff) | |
| download | sqlalchemy-4aadcca993ce30c25b09679178907991b4430b2e.tar.gz | |
Merge "Clone internals for Select._correlate_except collection as well as _correlate"
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_13/4537.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_13/4537.rst b/doc/build/changelog/unreleased_13/4537.rst new file mode 100644 index 000000000..62b189431 --- /dev/null +++ b/doc/build/changelog/unreleased_13/4537.rst @@ -0,0 +1,13 @@ +.. change:: + :tags: bug, orm + :tickets: 4537 + + Fixed bug where use of :func:`.with_polymorphic` or other aliased construct + would not properly adapt when the aliased target were used as the + :meth:`.Select.correlate_except` target of a subquery used inside of a + :func:`.column_property`. This required a fix to the clause adaption + mechanics to properly handle a selectable that shows up in the "correlate + except" list, in a similar manner as which occurs for selectables that show + up in the "correlate" list. This is ultimately a fairly fundamental bug + that has lasted for a long time but it is hard to come across it. + |
