]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed bug where eagerload() (nor lazyload()) option didn't properly
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 Oct 2006 20:40:22 +0000 (20:40 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 Oct 2006 20:40:22 +0000 (20:40 +0000)
commit16b8f5f5b00cb7ee1d8137574e71851602206a66
tree8812cd7f6a2f3183056575483275ce51e62d8196
parentf60151ebd3abc59327e2939e4513e58db1c48e46
- fixed bug where eagerload() (nor lazyload()) option didn't properly
instruct the Query whether or not to use "nesting" when producing a
LIMIT query.
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
test/orm/mapper.py