]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed order_by calculation in Query to properly alias
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Mar 2008 00:21:11 +0000 (00:21 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Mar 2008 00:21:11 +0000 (00:21 +0000)
commitad4e42567605e31b820766329f460a38603e05d1
treec7db1a412d6f9a2ae2b3220e78eef4ba187530f4
parentf979c19841e6803099827d58d4de65964391be49
- fixed order_by calculation in Query to properly alias
mapper-config'ed order_by when using select_from()
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/query.py