]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
factored out "syncrule" logic to a separate package, so mapper will be able to make...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Feb 2006 21:45:10 +0000 (21:45 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Feb 2006 21:45:10 +0000 (21:45 +0000)
commitae6a00ddf466cdbc0e5ab4b97ddc82332b2f3b4e
tree5daf462d174af96c7faccd89f6a0609fda976202
parent2959f5d844c7029a065125ba25d550706e5aad86
factored out "syncrule" logic to a separate package, so mapper will be able to make use of it as well as properties.  also clarifies the "synchronization" idea
lib/sqlalchemy/mapping/objectstore.py
lib/sqlalchemy/mapping/properties.py
lib/sqlalchemy/mapping/sync.py [new file with mode: 0644]
test/inheritance.py