We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go-gorm/playground#389
After update from v1.21.15 to v1.21.16 Cteate() func panic when call on nil struct pointer in our ci cycle. 1.21.15 works fine to return one error.
v1.21.15
v1.21.16
Cteate()
Changes to schema/schema.go causes this pnic with no check with reflect.Indirect() response.
reflect.Indirect()
The text was updated successfully, but these errors were encountered:
@zzjin thanks, already fixed.
Sorry, something went wrong.
jinzhu
No branches or pull requests
GORM Playground Link
go-gorm/playground#389
Description
After update from
v1.21.15
tov1.21.16
Cteate()
func panic when call on nil struct pointer in our ci cycle.1.21.15 works fine to return one error.
Changes to schema/schema.go causes this pnic with no check with
reflect.Indirect()
response.The text was updated successfully, but these errors were encountered: