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:
![image](https://private-user-images.githubusercontent.com/7889957/382126741-fbeabb7c-cb37-4a83-b499-15fa579fa650.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMDAwNjcsIm5iZiI6MTczOTA5OTc2NywicGF0aCI6Ii83ODg5OTU3LzM4MjEyNjc0MS1mYmVhYmI3Yy1jYjM3LTRhODMtYjQ5OS0xNWZhNTc5ZmE2NTAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMTExNjA3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzVmZGMzOWQwZDA5NzAxNmZlY2JiZTIwYTYwOWQ3M2FjNTYwODk5NWRlMzg2YTMzODhmNTg2ZWFlMzEyMDM1OCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.h75WpOvflYBEb8bI4Dwq6toMNfWOYquYhYybP_4rD_k)
Beta Was this translation helpful? Give feedback.
All reactions