go-gorm / playground

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

Save: endless loop #684

Open omniskop opened 7 months ago

omniskop commented 7 months ago

Explain your user case and expected results

Calling Save with a pointer to an interface creates an endless loop. I expect this to either work and save the data or that it results in an error.