mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-11 21:49:13 +00:00
Fix, see #197.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user