]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- cleanup to the last commit
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Oct 2006 07:20:52 +0000 (07:20 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Oct 2006 07:20:52 +0000 (07:20 +0000)
commit6a38b502e08dae3430328e2eff557c638e042373
tree4c1eda013aec8d7d8a6b751543accb434a63e1a1
parent2bef6699d35b80bf1e329878f8f6a46134b9dc3d
- cleanup to the last commit
- added contains_eager() MapperOption, used in conjunction with
instances() to specify properties that should be eagerly loaded
from the result set, using their plain column names by default, or translated
given an custom row-translation function. [ticket:347].
CHANGES
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
test/orm/mapper.py