]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug whereby polymorphic_on
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 31 Mar 2012 16:55:42 +0000 (12:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 31 Mar 2012 16:55:42 +0000 (12:55 -0400)
commitb1fb11dda0454ca9738338e7cc549547c158222b
treee01ee674d65e7fad032587cd9c55f64b613afd37
parent7142a17291deba2eb9d4a2b30e1635129c2284ea
  - [bug] Fixed bug whereby polymorphic_on
    column that's not otherwise mapped on the
    class would be incorrectly included
    in a merge() operation, raising an error.
    [ticket:2449]
CHANGES
lib/sqlalchemy/orm/properties.py
test/orm/test_merge.py