]> 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:50:06 +0000 (13:50 -0400)
commit58c8c4ce77d1e0e9f3a25f4e4dbdd0013cb9044b
tree0218e0c116d1886441cebf0766d56ecb4be34061
parentb614a24c5ddf4c7c7aa45e1eaeb3f82e36737729
Fixed bug where sending a composite attribute into :meth:`.Query.order_by`
would produce a parenthesized expression not accepted by some databases.
[ticket:2754]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/descriptor_props.py
test/orm/test_composites.py