]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix to the fix for [ticket:454], prevent other mappers in a load operation from using...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Feb 2007 18:01:16 +0000 (18:01 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Feb 2007 18:01:16 +0000 (18:01 +0000)
commitbd2f52a7e30084c78a4f19742ee0749a912aafe3
tree5c9d7050cc60e694afdd248847652460bbac9b35
parentfa46e0ec667bcaeb95f54280efb61be799977e54
fix to the fix for [ticket:454], prevent other mappers in a load operation from using the main extension option send to the query (i.e. mappers used for eager loads etc).
lib/sqlalchemy/orm/mapper.py
test/orm/mapper.py