- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestGenericsScanUUID (0.07 sec)
-
tests/generics_test.go
return tx }) if !regexp.MustCompile("SELECT \\* FROM .users..* 10").MatchString(sql) { t.Errorf("ToSQL: got wrong sql with Generics API %v", sql) } } func TestGenericsScanUUID(t *testing.T) { ctx := context.Background() users := []User{ {Name: uuid.NewString(), Age: 21}, {Name: uuid.NewString(), Age: 22}, {Name: uuid.NewString(), Age: 23}, }
Registered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Sun Nov 02 14:09:18 UTC 2025 - 33.7K bytes - Viewed (0)