]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
a mapper with inheritance will place itself as "dependent" on the inherited mapper...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Mar 2006 03:10:46 +0000 (03:10 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Mar 2006 03:10:46 +0000 (03:10 +0000)
commit1644a44628f6a09bb992752bf266994afe0e98df
tree515a7c6709fe292af63319d6e1e2ba04349b0bf5
parenta0079b6831aef2b604859f89f07772e65c04d5d4
a mapper with inheritance will place itself as "dependent" on the inherited mapper; even though this is not usually needed, it allows certain exotic combinations of mapper setups to work (i.e. the one in the polymorph example)
examples/polymorph/polymorph.py
lib/sqlalchemy/mapping/mapper.py
lib/sqlalchemy/mapping/objectstore.py
lib/sqlalchemy/sql.py