[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
|
From: Bitbucket <com...@bi...> - 2013-08-24 15:33:23
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/460b23731cba/ Changeset: 460b23731cba Branch: master User: zzzeek Date: 2013-08-24 17:27:44 Summary: - "primary mapper entity" is now an attribute on Query, making _MapperEntity slightly less dependent on a particular parent Query (in theory more shareable by multiple Query objects in different contexts) - remove some comments that have been misunderstanding what _mapper_entities does, or perhaps forgot to get removed - simplify _mapper_entities Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f8061236b8e7/ Changeset: f8061236b8e7 Branch: rel_0_8 User: zzzeek Date: 2013-08-24 17:30:57 Summary: - this comment is wrong, the method here returns all mapper entities - use a simple isinstance() check instead of looking for presence of "primary_entity" flag, that's a little unclear Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0ed06283ebf9/ Changeset: 0ed06283ebf9 Branch: rel_0_7 User: zzzeek Date: 2013-08-24 17:32:04 Summary: - this comment is wrong, the method here returns all mapper entities - use a simple isinstance() check instead of looking for presence of "primary_entity" flag, that's a little unclear Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |