Update scan.go #2430

Closed
flexorium wants to merge 1 commits from flexorium/xorm:flexorium-patch-1 into v1

View File

@ -17,6 +17,7 @@ import (
"xorm.io/xorm/schemas"
)
// genScanResultsByBeanNullabale generates scan result
func genScanResultsByBeanNullable(bean interface{}) (interface{}, bool, error) {
switch t := bean.(type) {