]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
unitofwork more Set oriented now
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 May 2006 05:45:21 +0000 (05:45 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 May 2006 05:45:21 +0000 (05:45 +0000)
commit6daad9c2e3ac016ca5fd5df3bba06e11257ebd8c
tree63491c1f8eef8a06dba5385640d626a9e3640f3b
parentc6baecfd799ffee65d86a0e3268152182bce3ac3
unitofwork more Set oriented now
MapperProperty now has "localparent" and "parent" attributes, which in the case of
inheritance represent the mapper the property is attached to, and the original mapper it was created on.
the unitofwork now keeps the dependency processors derived from those properties unique so inheritance
structures dont register redundant dependency processors.
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/unitofwork.py