Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for OpUpdate (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tests/generics_test.go

    	operations := []struct {
    		Type     clause.AssociationOpType
    		TypeName string
    	}{
    		{clause.OpUnlink, "OpUnlink"},
    		{clause.OpDelete, "OpDelete"},
    		{clause.OpUpdate, "OpUpdate"},
    		{clause.OpCreate, "OpCreate"},
    	}
    
    	for _, op := range operations {
    		assoc := clause.Association{
    			Association: "Orders",
    			Type:        op.Type,
    		}
    
    Created: Sun Dec 28 09:35:17 GMT 2025
    - Last Modified: Sun Nov 02 14:09:18 GMT 2025
    - 33.7K bytes
    - Click Count (0)
Back to Top