oracle icon indicating copy to clipboard operation
oracle copied to clipboard

Changes to support newer versions of godror/gorm.

Open danomagnum opened this issue 3 years ago • 0 comments

Changes to support newer versions of godror/gorm.

Newest packages give these errors:

go/pkg/mod/github.com/cengsin/[email protected]/create.go:137:39: not enough arguments in call to field.Set have (reflect.Value, any) want (context.Context, reflect.Value, interface{}) go/pkg/mod/github.com/cengsin/[email protected]/oracle.go:53:59: unknown field 'WithReturning' in struct literal of type callbacks.Config go/pkg/mod/github.com/cengsin/[email protected]/oracle.go:101:36: cannot convert 0 (untyped int constant) to *int go/pkg/mod/github.com/cengsin/[email protected]/oracle.go:103:37: cannot use limit (variable of type *int) as type int in argument to strconv.Itoa

danomagnum avatar Oct 20 '22 21:10 danomagnum