- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for GenericsScopes3 (0.19 seconds)
-
tests/generics_test.go
if len(notResult) != 2 { t.Fatalf("expected 2 results, got %d", len(notResult)) } else if notResult[0].Name != "GenericsScopes2" || notResult[1].Name != "GenericsScopes3" { t.Fatalf("expected names 'GenericsScopes2' and 'GenericsScopes3', got %s and %s", notResult[0].Name, notResult[1].Name) } orResult, err := gorm.G[User](DB).Or("name = ?", "GenericsScopes1").Or("name = ?", "GenericsScopes2").Order("name").Find(ctx)
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Tue Dec 30 08:11:14 GMT 2025 - 34.9K bytes - Click Count (0)