Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Ref (0.12 sec)

  1. callbacks/associations.go

    									rv = rv.Addr()
    								}
    
    								for _, ref := range rel.References {
    									if ref.OwnPrimaryKey {
    										fv, _ := ref.PrimaryKey.ValueOf(db.Statement.Context, obj)
    										db.AddError(ref.ForeignKey.Set(db.Statement.Context, rv, fv))
    									} else if ref.PrimaryValue != "" {
    										db.AddError(ref.ForeignKey.Set(db.Statement.Context, rv, ref.PrimaryValue))
    									}
    								}
    
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Tue Apr 11 03:06:13 GMT 2023
    - 14.3K bytes
    - Viewed (0)
Back to top