Simple A-B-C inheritance breaks depending on column name

Issue #769 resolved
Former user created an issue

(original reporter: ged) In a joined-table A-B-C inheritance scheme, if the column in C's table which holds the foreign_key to B's table is not named as B's primary key, creating new instances of C does not generate correct SQL (and of course subsequent queries do not produce expected result).

Comments (3)

  1. Former user Account Deleted

    (original author: ged) and by the way, this happens with both the 0.3 branch and the trunk (as of revision 3426)

  2. Log in to comment