This repository has been 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.
panic: index out of range when try to .cols("xxx", "xxx", "xxx").find(&map[int64]*xxx) #1396
Labels
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] ....
The text was updated successfully, but these errors were encountered: