composite column on joined subclass doesn't get loaded on >= r6199

Issue #1616 resolved
Former user created an issue

A composite column on a joined table subclass doesn't get populated (it is None) when the object is loaded. It was introduced in r6199, which solves a similar problem with ColumnProperty's but creates this problem.

A test case is attached, expressed as a diff against the current trunk (r6498). Picking out just the r6199 commit and rolling it back makes the test pass, but causes the ColumnProperty tests to break.

Comments (4)

  1. Former user Account Deleted

    Attached a patch with a fix and the test. It passes all tests on python 2.6.1 on snow leopard. -Scott Torborg

  2. Log in to comment