Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TestAssociationMany2ManyAppendMap_GenericFile (0.17 seconds)

  1. tests/association_generics_test.go

    	}
    	AssertAssociationCount(t, user, "NamedPet", 0, "after delete")
    }
    
    // Many2Many append with map using Association API (regression for map support)
    func TestAssociationMany2ManyAppendMap_GenericFile(t *testing.T) {
    	user := User{Name: "AssocM2MAppendMapGeneric", Age: 28}
    	if err := DB.Create(&user).Error; err != nil {
    		t.Fatalf("create user: %v", err)
    	}
    
    Created: Sun Dec 28 09:35:17 GMT 2025
    - Last Modified: Fri Sep 12 05:42:26 GMT 2025
    - 37.9K bytes
    - Click Count (0)
Back to Top