]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
implemented SyncRules for mapper with inheritance relationship, fixes [ticket:81]
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Feb 2006 22:23:01 +0000 (22:23 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Feb 2006 22:23:01 +0000 (22:23 +0000)
commit6aae45aeaa008c034fc57d794a8f2a6ee2218dd3
tree3743420cd12dbb8da3e8138c9e87c433536a304e
parentae6a00ddf466cdbc0e5ab4b97ddc82332b2f3b4e
implemented SyncRules for mapper with inheritance relationship, fixes [ticket:81]
TableFinder becomes a list-implementing object (should probably create clauseutils or sqlutils for these little helper visitors)
lib/sqlalchemy/mapping/mapper.py
lib/sqlalchemy/mapping/properties.py
lib/sqlalchemy/mapping/sync.py
test/inheritance.py