Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for SliceOfPtr (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tests/create_test.go

    			CheckPet(t, pet, pet)
    		}
    
    		var pets2 []Pet
    		DB.Preload("Toy").Find(&pets2, "id IN ?", petIDs)
    		for idx, pet := range pets2 {
    			CheckPet(t, pet, pets[idx])
    		}
    	})
    
    	t.Run("SliceOfPtr", func(t *testing.T) {
    		pets := []*Pet{{
    			Name: "PolymorphicHasOne-Slice-1",
    			Toy:  Toy{Name: "Toy-PolymorphicHasOne-Slice-1"},
    		}, {
    			Name: "PolymorphicHasOne-Slice-2",
    Created: Sun Dec 28 09:35:17 GMT 2025
    - Last Modified: Mon Jul 21 09:55:20 GMT 2025
    - 26.8K bytes
    - Click Count (0)
Back to Top