Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gwon (0.16 sec)

  1. tests/preload_test.go

    				Address:       nil,
    				NestedAddress: org.NestedAddress,
    			},
    		}, {
    			name: "associations",
    			preloads: map[string][]interface{}{
    				clause.Associations: {},
    				// clause.Associations won’t preload nested associations
    				"Address.Country": {},
    			},
    			expect: org,
    		},
    	}
    
    	for _, test := range tests {
    		t.Run(test.name, func(t *testing.T) {
    			actual := Org{}
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Thu Apr 25 12:21:03 GMT 2024
    - 14.9K bytes
    - Viewed (0)
Back to top