- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for notResult (0.04 sec)
-
tests/generics_test.go
t.Fatalf("Scopes expected 1, got %d", len(results)) } notResult, err := gorm.G[User](DB).Where("name like ?", "GenericsScopes%").Not("name = ?", "GenericsScopes1").Order("name").Find(ctx) if len(notResult) != 2 { t.Fatalf("expected 2 results, got %d", len(notResult)) } else if notResult[0].Name != "GenericsScopes2" || notResult[1].Name != "GenericsScopes3" {
Registered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Sun Nov 02 14:09:18 UTC 2025 - 33.7K bytes - Viewed (0)