]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added a feature to eager loading whereby subqueries set
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Apr 2008 01:16:05 +0000 (01:16 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Apr 2008 01:16:05 +0000 (01:16 +0000)
commit009cfe67c4fc4ac04e3068fcff73aa28ef842300
treea8533a2be8bf7377efe0c84e3398a67d68b139f2
parentf035981a6679564f787e55b5cb1b22bc53da6f50
- added a feature to eager loading whereby subqueries set
as column_property() with explicit label names (which is not
necessary, btw) will have the label anonymized when
the instance is part of the eager join, to prevent
conflicts with a subquery or column of the same name
on the parent object.  [ticket:1019]
CHANGES
lib/sqlalchemy/orm/util.py
test/orm/eager_relations.py