]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Query.select_from() has been beefed up to help
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Sep 2010 22:09:29 +0000 (18:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Sep 2010 22:09:29 +0000 (18:09 -0400)
commit7b8b23b42700598adf2ee79083aa13dbca5e75e7
tree639305577e3cd55bae5234c5f945bc7aab6ddfa3
parent8ec3e077e59c69282e834ac6cd6108e4f27acfca
- Query.select_from() has been beefed up to help
ensure that a subsequent call to query.join()
will use the select_from() entity, assuming it's
a mapped entity and not a plain selectable,
as the default "left" side, not the first entity
in the Query object's list of entities.
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/test_query.py