- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestClauseAssociationSetUpdateAndDeleteMany2Many (0.17 sec)
-
tests/association_generics_test.go
t.Fatalf("expected company association cleared due to unlink, got %+v", u2.Company) } } // Many2Many: update and delete via Set func TestClauseAssociationSetUpdateAndDeleteMany2Many(t *testing.T) { ctx := context.Background() user := User{Name: "TestClauseAssociationSetUpdateAndDeleteMany2Many", Age: 25} if err := DB.Create(&user).Error; err != nil { t.Fatalf("create user: %v", err) }
Registered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Fri Sep 12 05:42:26 UTC 2025 - 37.9K bytes - Viewed (0)