]> 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:54:15 +0000 (12:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Apr 2011 16:54:15 +0000 (12:54 -0400)
commit7df21e5a1f252ff768f684132db95bd1b5e78efa
tree66db2b033b4479fd4db4e0d115b067bb4b2bee55
parentfdbfed3f309dbf099c840a60a360cc4064be005c
- 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] (also in 0.6.8)
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/test_mapper.py