]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Repaired / added to tests yet more expressions that were reported
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 May 2015 13:20:10 +0000 (09:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 May 2015 13:21:05 +0000 (09:21 -0400)
commitaee58e21631c69c415546634a50c6f43e605452e
treed89f8e435805382fb20a70d7e5a894271d3047f9
parent7f658511954d8b1fda7fddf5c8b74f6274beed9a
- 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

(cherry picked from commit 24d6ea362e757c79b3bada663cf6fc9f262dae4f)
lib/sqlalchemy/orm/query.py
test/orm/test_query.py