Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gohouse/gorose
Browse files Browse the repository at this point in the history
  • Loading branch information
fizzday committed Mar 15, 2019
2 parents f13d6d8 + 44bb7f6 commit be6aa7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions session.go
Original file line number Diff line number Diff line change
Expand Up @@ -725,8 +725,6 @@ func (dba *Session) ScanMap(rows *sql.Rows) (result []map[string]interface{}, er
val := values[i]
if b, ok := val.([]byte); ok {
v = string(b)
} else if val == nil {
v = "NULL"
} else {
v = val
}
Expand Down

0 comments on commit be6aa7a

Please sign in to comment.