]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug where sending a composite attribute into :meth:`.Query.order_by`
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Jun 2013 17:50:06 +0000 (13:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Jun 2013 17:51:18 +0000 (13:51 -0400)
commit9dba65b381a53d0126cf4b0a153be506387f1b5c
treebff0ae003b9302049a6a1503eca51ec4e236d3c9
parent6d0b2f34d2b829d92e173cb5e3cb0c941586759e
Fixed bug where sending a composite attribute into :meth:`.Query.order_by`
would produce a parenthesized expression not accepted by some databases.
[ticket:2754]

Conflicts:
doc/build/changelog/changelog_09.rst
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/descriptor_props.py
test/orm/test_composites.py