You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have the DSL available in UPDATE queries, so I can assign SQL values to fields.
Something like:
# Inherit all venue's cities and countries from their ownersVenue.joining{owner}.updating{{city: owner.city,country: owner.country}}# or (less "nice" alternative IMO)Venue.joining{owner}.updating{[city(owner.city),country(owner.country)}
The text was updated successfully, but these errors were encountered:
It would be great to have the DSL available in UPDATE queries, so I can assign SQL values to fields.
Something like:
The text was updated successfully, but these errors were encountered: