Closed SergeiSadov closed 5 months ago
While replacing associations using an example from the docs panic occurs.
db.Model(&user).Association("Languages").Replace(Language{Name: "DE"}, languageEN)
Explain your user case and expected results
While replacing associations using an example from the docs panic occurs.