Update scan.go

This commit is contained in:
flexorium 2024-03-13 17:15:37 +00:00
parent 63222312b2
commit 892f7c4eff
1 changed files with 1 additions and 0 deletions

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) {