Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for nulla (0.21 sec)

  1. association.go

    			}
    		}
    
    		// save associations
    		if association.saveAssociation( /*clear*/ true, values...); association.Error != nil {
    			return association.Error
    		}
    
    		// set old associations's foreign key to null
    		switch rel.Type {
    		case schema.BelongsTo:
    			if len(values) == 0 {
    				updateMap := map[string]interface{}{}
    				switch reflectValue.Kind() {
    				case reflect.Slice, reflect.Array:
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Thu May 04 11:30:45 GMT 2023
    - 21.2K bytes
    - Viewed (0)
Back to top