This will result in eager loading of {assoc1: {assoc12: :assoc23}, [:plain_assocs].
Such fields are handled with dashes internally, i.e. full column name is like assoc1-assoc12-assoc23:column3. This presumes there is no colons and dashes in association names.
One may use
or
This will result in eager loading of
{assoc1: {assoc12: :assoc23}, [:plain_assocs]
. Such fields are handled with dashes internally, i.e. full column name is likeassoc1-assoc12-assoc23:column3
. This presumes there is no colons and dashes in association names.