]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- "primary mapper entity" is now an attribute on Query,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Aug 2013 15:27:44 +0000 (11:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Aug 2013 15:27:44 +0000 (11:27 -0400)
commit460b23731cba29d319f0e9a3bc5b6df518c9df73
tree3c60d3e7d5017577fa5e09553cb98bf06d2cd3a5
parent41f24ba134648b0dd5182eb1a5f91086afc346d7
- "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
lib/sqlalchemy/orm/query.py