Skip to content

Commit be6aa7a

Browse files
committed
Merge branch 'master' of github.com:gohouse/gorose
2 parents f13d6d8 + 44bb7f6 commit be6aa7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

session.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,8 +725,6 @@ func (dba *Session) ScanMap(rows *sql.Rows) (result []map[string]interface{}, er
725725
val := values[i]
726726
if b, ok := val.([]byte); ok {
727727
v = string(b)
728-
} else if val == nil {
729-
v = "NULL"
730728
} else {
731729
v = val
732730
}

0 commit comments

Comments
 (0)