]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- query.order_by() accepts None which will remove any pending
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Jan 2009 20:52:34 +0000 (20:52 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Jan 2009 20:52:34 +0000 (20:52 +0000)
commit88a799379fa57f4c220c9cbad89cf7d407147d0b
tree5caa519cc2329f0b43a10ad04ff9078bd1961f8d
parentdb0d59191b6241ed5a173aee2e88d44358f6d224
- query.order_by() accepts None which will remove any pending
order_by state from the query, as well as cancel out any
mapper/relation configured ordering. This is primarily useful
for overriding the ordering specified on a dynamic_loader().
[ticket:1079]
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/dynamic.py
test/orm/mapper.py