diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-05-01 09:20:10 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-05-01 09:20:10 -0400 |
| commit | 24d6ea362e757c79b3bada663cf6fc9f262dae4f (patch) | |
| tree | 405dd515e99e9be734a37125166d230db3b9c4b0 /doc/build | |
| parent | 3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910 (diff) | |
| download | sqlalchemy-24d6ea362e757c79b3bada663cf6fc9f262dae4f.tar.gz | |
- Repaired / added to tests yet more expressions that were reported
as failing with the new 'entity' key value added to
:attr:`.Query.column_descriptions`, the logic to discover the "from"
clause is again reworked to accommodate columns from aliased classes,
as well as to report the correct value for the "aliased" flag in these
cases.
fixes #3409
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/changelog/changelog_10.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 08c5fe226..18347e6d0 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -16,6 +16,21 @@ :start-line: 5 .. changelog:: + :version: 1.0.4 + + .. change:: + :tags: bug, orm + :tickets: 3409, 3320 + + Repaired / added to tests yet more expressions that were reported + as failing with the new 'entity' key value added to + :attr:`.Query.column_descriptions`, the logic to discover the "from" + clause is again reworked to accommodate columns from aliased classes, + as well as to report the correct value for the "aliased" flag in these + cases. + + +.. changelog:: :version: 1.0.3 :released: April 30, 2015 |
