have inheriting mappers create their polymorphic queries automatically

Issue #195 resolved
Mike Bayer repo owner created an issue

this is blocked by #194.

Comments (4)

  1. Mike Bayer reporter

    we have two options to polymorphic queries now..first of all, they can be easily constructed with outerjoins for a joined-table inheritance mapping. also 0.4 allows polymorhic loading without a union for a similar case. concrete table inheritance remains the difficult case.

  2. Mike Bayer reporter

    0.4 does this with the with_polymorphic option. concrete table/hybrid setups will always require polymorphic_union usage tho.

  3. Log in to comment