Skip to content

Commit

Permalink
Fix, see #197.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncruces committed Dec 8, 2024
1 parent 270efcb commit 9e112c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ func (r *rows) loadTypes() {
r.Stmt.ColumnDatabaseName(i),
r.Stmt.ColumnTableName(i),
col)
types[i] = strings.ToUpper(types[i])
}
}
r.nulls = nulls
Expand Down

0 comments on commit 9e112c5

Please sign in to comment.