]> 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:12:55 +0000 (09:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Sep 2011 13:12:55 +0000 (09:12 -0400)
commit290064ab235b4ce30b84394db5219f74b69736ea
tree4266e9ac18857c94c632c340cc76c607caac5c90
parent1175704535584d4c6899076b868ac4d5b9589c47
- Fixed bug whereby mapper.order_by attribute would
be ignored in the "inner" query within a
subquery eager load.  [ticket:2287].
CHANGES
lib/sqlalchemy/orm/strategies.py
test/orm/test_subquery_relations.py