GORM Playground Link

https://github.com/go-gorm/playground/pull/1

Description

2024/07/23 15:13:41 ERROR ▶ 0004 Failed to build the application: # github.com/cengsin/oracle /Users/dikezhu/go/pkg/mod/github.com/cengsin/oracle@v1.0.0/create.go:137:39: not enough arguments in call to field.Set have (reflect.Value, any) want (context.Context, reflect.Value, interface{}) /Users/dikezhu/go/pkg/mod/github.com/cengsin/oracle@v1.0.0/oracle.go:53:59: unknown field WithReturning in struct literal of type callbacks.Config /Users/dikezhu/go/pkg/mod/github.com/cengsin/oracle@v1.0.0/oracle.go:101:36: invalid operation: limit > 0 (mismatched types int and untyped int) /Users/dikezhu/go/pkg/mod/github.com/cengsin/oracle@v1.0.0/oracle.go:103:37: cannot use limit (variable of type int) as int value in argument to strconv.Itoa

Comment From: github-actions[bot]

The issue has been automatically marked as stale as it missing playground pull request link, which is important to help others understand your issue effectively and make sure the issue hasn't been fixed on latest master, checkout https://github.com/go-gorm/playground for details. it will be closed in 30 days if no further activity occurs. if you are asking question, please use the Question template, most likely your question already answered https://github.com/go-gorm/gorm/issues or described in the document https://gorm.io ✨ Search Before Asking