]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- a non_primary mapper will inherit the _identity_class
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Apr 2011 16:51:50 +0000 (12:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Apr 2011 16:51:50 +0000 (12:51 -0400)
commit7eb29add0557371020a55fecc82d7d4c45575fcb
tree32a61aeaaf92b9b40c4f58cdf5c04df37162a83b
parentfb9aba2155be4da60a54b707f3b40dc2853a1e6d
- a non_primary mapper will inherit the _identity_class
of the primary mapper.  This so that a non_primary
established against a class that's normally in an
inheritance mapping will produce results that are
identity-map compatible with that of the primary
mapper [ticket:2151]
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/test_mapper.py