angel-dart-archive / orm

moved to angel-dart/angel/packages/orm

Home Page:https://github.com/angel-dart/angel/tree/master/packages/orm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Joins should rename fields from queried tables

thosakwe opened this issue · comments

Otherwise, a join of two tables with an "id" field can produce an error. However, "foos_id" and "bars_id" won't clash.

Available in the latest beta, closing. This resolved many longstanding problems in the ORM, cheers.