mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
Fix, see #197.
This commit is contained in:
@@ -615,6 +615,7 @@ func (r *rows) loadTypes() {
|
|||||||
r.Stmt.ColumnDatabaseName(i),
|
r.Stmt.ColumnDatabaseName(i),
|
||||||
r.Stmt.ColumnTableName(i),
|
r.Stmt.ColumnTableName(i),
|
||||||
col)
|
col)
|
||||||
|
types[i] = strings.ToUpper(types[i])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
r.nulls = nulls
|
r.nulls = nulls
|
||||||
|
|||||||
Reference in New Issue
Block a user