]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Query.group_by() properly takes into account aliasing applied
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Mar 2009 19:06:12 +0000 (19:06 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Mar 2009 19:06:12 +0000 (19:06 +0000)
commitde06f512db3a6500e8c1b0aa4f458873155cdf0b
treea9ef41c933fe1b2bbd42e8da96de5304ee6a189e
parent3953fe0ad45327c2894b49002e67b926ff44b1e0
- Query.group_by() properly takes into account aliasing applied
to the FROM clause, such as with select_from(), using
with_polymorphic(), or using from_self().
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/query.py