You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what happened:
not enough arguments in call to __orchestrion_gorm.Open
have ("gorm.io/gorm".Dialector)
want ("gorm.io/gorm".Dialector, *"gorm.io/gorm".Config, ..."gopkg.in/DataDog/dd-trace-go.v1/contrib/gorm.io/gorm.v1".Option)
exit status 2
Describe what you expected:
For it to work, gorm changed the function interface and *"gorm.io/gorm".Config required. Steps to reproduce the issue:
build go microservice that utilizes gorm
Additional environment details (Version of Go, Operating System, etc.):
go 1.23
gorm 1.25.12
The text was updated successfully, but these errors were encountered:
Thanks for reporting this... Indeed, the standard gorm API does not demand a gorm.Config first argument... but the tracer API we replace it with does... This is an oversight from us.
Version of orchestrion
1.0.3
Describe what happened:
not enough arguments in call to __orchestrion_gorm.Open
have ("gorm.io/gorm".Dialector)
want ("gorm.io/gorm".Dialector, *"gorm.io/gorm".Config, ..."gopkg.in/DataDog/dd-trace-go.v1/contrib/gorm.io/gorm.v1".Option)
exit status 2
Describe what you expected:
For it to work, gorm changed the function interface and *"gorm.io/gorm".Config required.
Steps to reproduce the issue:
build go microservice that utilizes gorm
Additional environment details (Version of Go, Operating System, etc.):
go 1.23
gorm 1.25.12
The text was updated successfully, but these errors were encountered: