Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for no_results (0.06 seconds)

  1. 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" {
    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)
Back to Top