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
{{ message }}
This repository was archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.
session_find.go:306 containerValueSetFunc(&newValue, nil) . pk will be nil.
but in convertPKToValue. return convertAssign(dst, pk[0])
so ... nil[0] ....
xorm/session_find.go
Line 316 in b78ac8c
in session_find.go:259 ~ 271
session_find.go:306
containerValueSetFunc(&newValue, nil). pk will be nil.but in convertPKToValue.
return convertAssign(dst, pk[0])so ... nil[0] ....