]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in unit of work whereby a joined-inheritance
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Apr 2013 17:54:09 +0000 (13:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Apr 2013 17:54:09 +0000 (13:54 -0400)
commit76b3af304f7f5283cd3215da398e14a254a6c4bc
tree3d15f9e2851fcb560dac3e2604f5872e41f65a71
parentc74547164d290193fd4798601c2b7b770969a9d0
-  Fixed bug in unit of work whereby a joined-inheritance
    subclass could insert the row for the "sub" table
    before the parent table, if the two tables had no
    ForeignKey constraints set up between them. [ticket:2689]
- fixed glitch in assertsql.py regarding CompiledSQL + AllOf +
multiple params
doc/build/changelog/changelog_07.rst
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/sql/util.py
test/lib/assertsql.py
test/orm/inheritance/test_basic.py