Hi! Has there been any progress on allowing bridge...
# orm-help
k
Hi! Has there been any progress on allowing bridged queries for explicit m:n relations?
r
@kfredericks 👋 Unfortunately there’s no ETA on this one.
k
Thanks, I will adjust our case sensitivity settings and move to implicit relations in that case
👍 1
so I found the implicit relational naming very easy, and I have another choice...if I want to specify the 'order' or 'weight' of these relations, would I need to do that with a separate entity?
r
If you want to add an
order
or
weight
, you would need to fall back to explicit relations.
k
👍