]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- mapper.save_obj() now functions across all mappers in its polymorphic
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Oct 2006 19:30:00 +0000 (19:30 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Oct 2006 19:30:00 +0000 (19:30 +0000)
commitef77cfa61b6a894202495d460b055de6fea9eed6
tree3e7ae1e4621bfc790f882babe392cae2fcc94119
parentb0ffcbc264f6a92ba5092e5d785a2dbfe418c307
- mapper.save_obj() now functions across all mappers in its polymorphic
series, UOWTask calls mapper appropriately in this manner
- polymorphic mappers (i.e. using inheritance) now produces INSERT
statements in order of tables across all inherited classes
[ticket:321]
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/sql_util.py
test/orm/polymorph.py