Commit Graph

2 Commits

Author SHA1 Message Date
Mike Bayer 68879d50fa Enable multi-level selectin polymorphic loading
Change-Id: Icc742bbeecdb7448ce84caccd63e086af16e81c1
Fixes: #4026
2017-08-07 15:05:00 -04:00
Mike Bayer bb6a1f690d selectin polymorphic loading
Added a new style of mapper-level inheritance loading
"polymorphic selectin".  This style of loading
emits queries for each subclass in an inheritance
hierarchy subsequent to the load of the base
object type, using IN to specify the desired
primary key values.

Fixes: #3948

Change-Id: I59e071c6142354a3f95730046e3dcdfc0e2c4de5
2017-06-05 11:27:00 -04:00