]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed bug where Query would not apply a subquery to the SQL when LIMIT
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 Nov 2007 15:36:13 +0000 (15:36 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 Nov 2007 15:36:13 +0000 (15:36 +0000)
commit74baa86b86ec51fe9884d164c089e0c70d516c36
tree8e1f1c80eb10426b78e9f9cc7e20d6220e44f236
parent2a94e3e6c5b751cabba10caddfe880dd03075afe
- fixed bug where Query would not apply a subquery to the SQL when LIMIT
was used in conjunction with an inheriting mapper where the eager
loader was only in the parent mapper.
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/query.py
test/orm/eager_relations.py
test/orm/inheritance/polymorph2.py