Replies: 1 comment 1 reply
-
Can you print out all the generated queries with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I've encountered an issue where I cannot load nested relationships.
Here is the code:
Returned struct looks like this, notice the relations for the TracklistTitle are nil.
Here is the ERD for these tables:
I also tried using qm.Rels() as shown in the example, however that didn't work for another reason:
Error #01: dbmodels: failed to execute a one query for tracklists: could not find LoadType method for eager loading
Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions