Closed zzzeek closed 6 years ago
Original comment by Michael Bayer (Bitbucket: zzzeek, GitHub: zzzeek):
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.
Originally reported by: Michael Bayer (Bitbucket: zzzeek, GitHub: zzzeek)
this is blocked by #194.