]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed critical issue when, after options(eagerload()) is used,
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Apr 2007 22:33:53 +0000 (22:33 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Apr 2007 22:33:53 +0000 (22:33 +0000)
commit7efd23b23cbbd1d714cc31e44e776b7e1e9af319
tree9785dee17451fb928446af8034ce8ceabfe74a09
parentd5c3eb39ca6e6738d16e8013fd5cb46b17486d5a
- fixed critical issue when, after options(eagerload()) is used,
the mapper would then always apply query "wrapping" behavior
for all subsequent LIMIT/OFFSET/DISTINCT queries, even if no
eager loading was applied on those subsequent queries.
CHANGES
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/strategies.py
test/orm/mapper.py
test/testbase.py