Replies: 1 comment
-
Yup that is an improvement we have to bring to the ORM. Right now calling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I create a parent record and related children records inside a transaction. After the transaction commits I expect to be able to reach children by calling
parent.children
. Why do we need to callawait parent.load('children')
as another db query?Example:
Beta Was this translation helpful? Give feedback.
All reactions