Update scan.go
This commit is contained in:
parent
63222312b2
commit
892f7c4eff
1
scan.go
1
scan.go
|
@ -17,6 +17,7 @@ import (
|
||||||
"xorm.io/xorm/schemas"
|
"xorm.io/xorm/schemas"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
// genScanResultsByBeanNullabale generates scan result
|
// genScanResultsByBeanNullabale generates scan result
|
||||||
func genScanResultsByBeanNullable(bean interface{}) (interface{}, bool, error) {
|
func genScanResultsByBeanNullable(bean interface{}) (interface{}, bool, error) {
|
||||||
switch t := bean.(type) {
|
switch t := bean.(type) {
|
||||||
|
|
Loading…
Reference in New Issue