Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestClauseAssociationSetUpdateNoOwnerMatch (0.22 sec)

  1. tests/association_generics_test.go

    		t.Fatalf("expected error for invalid association, got nil")
    	}
    }
    
    // No owner matched; should be no-op
    func TestClauseAssociationSetUpdateNoOwnerMatch(t *testing.T) {
    	ctx := context.Background()
    	assocOp := clause.Association{Association: "Pets", Type: clause.OpCreate, Set: []clause.Assignment{{Column: clause.Column{Name: "name"}, Value: "won't-create"}}}
    Registered: Sun Dec 28 09:35:17 UTC 2025
    - Last Modified: Fri Sep 12 05:42:26 UTC 2025
    - 37.9K bytes
    - Viewed (0)
Back to top