]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby mapper.order_by attribute would
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Sep 2011 13:10:23 +0000 (09:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Sep 2011 13:10:23 +0000 (09:10 -0400)
commit98a79154155c83f407139f484dcbb114d2891ece
tree045f4ce2cb415b11e4d04b2d3a01055f31ff2668
parentd279230913d81ba402b53ebdac20ec82b7458aba
- Fixed bug whereby mapper.order_by attribute would
be ignored in the "inner" query within a
subquery eager load.  [ticket:2287].
Also in 0.6.9.
CHANGES
lib/sqlalchemy/orm/strategies.py
test/orm/test_subquery_relations.py