go-gorm / playground

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

Bug: nested join/Preload error #715

Open N-Schaef opened 3 months ago

N-Schaef commented 3 months ago

Explain your user case and expected results

In our project we have deeply nested data that needs to be joined and some additional values preloaded.

In a previous version of gorm (1.25.5) this was working. Now we get a unsupported data error stemming from gorm/callbacks/preload.go#L140