go-gorm / playground

GORM Playground (Please Create PR for this project to report issues)
MIT License
89 stars 685 forks source link

bug: join in combination with preload does not work as intended #666

Closed alexisvisco closed 5 months ago

alexisvisco commented 10 months ago

Explain your user case and expected results

Pet.Name should be loaded, the query is loading it but the scan does not, I am deeply investigating the problem but the scan function is not easy to understand :)