Replies: 2 comments 1 reply
-
The best is if you could clone the repo and recreate the issue with one of the examples. It makes it easier to run the code and investigate. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I recreated the implementation using SQLite to reproduce the example. In database has the same records of my post. |
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
-
Hello, how can I check why the records in my child table are not returning? In one of my DTOs I did all the configuration of the connection relationship between the DTOs. I see that the respective selects are executed in the database but only the main DTO is returned without the related data. I have already made other relationships and they are returning normally, but one in particular is not. Here are my classes and the query I am performing, and what am I missing?
Entities:
queries:
Beta Was this translation helpful? Give feedback.
All reactions