Hi,
Still no news about anorm and self join ?
For now, the only workaround I am aware of, is to select your data with two queries... :/
So this could be much worst for the performance.
Does anyone still have no "trick" to be able to select two different fields with the same name?
JOIN table parent ON table.parent_id =
table.id
Thanks!
Elie