mapper 'selectalias' is sucky

Issue #56 resolved
Mike Bayer repo owner created an issue

if youre doing a mapper with several eager relations to the same table, you use the 'selectalias' to give you a quick way to have it use a table alias name. but then, if those eager relations eagerly relate to another common mapper, now that relationship needs a 'selectalias', but theres no easy way to get that relationship on selectalias. need to establish the one and only way to make large chains of eager loads with repeated tables. critical because its going to affect the API of this thing.

Comments (1)

  1. Log in to comment