Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGenericsJoins (0.08 sec)

  1. tests/generics_test.go

    		t.Fatalf("expected names 'GenericsScopes2' and 'GenericsScopes3', got %s and %s", orResult[0].Name, orResult[1].Name)
    	}
    }
    
    func TestGenericsJoins(t *testing.T) {
    	ctx := context.Background()
    	db := gorm.G[User](DB)
    
    	u := User{Name: "GenericsJoins", Company: Company{Name: "GenericsCompany"}}
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Thu Sep 04 13:13:16 UTC 2025
    - 28K bytes
    - Viewed (0)
Back to top