]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] ORM will perform extra effort to determine
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 5 Jul 2012 14:19:59 +0000 (10:19 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 5 Jul 2012 14:19:59 +0000 (10:19 -0400)
commitb297b40fca923a03e3c34094e5298d6524944c39
tree286e1440f00f2f730c2ec59aa50fceb4e19b09fe
parent838c4eca94918b8db38eeb7faf48e63d6b2375b0
- [bug] ORM will perform extra effort to determine
that an FK dependency between two tables is
not significant during flush if the tables
are related via joined inheritance and the FK
dependency is not part of the inherit_condition,
saves the user a use_alter directive.
[ticket:2527]
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/sql/util.py
test/orm/inheritance/test_basic.py