Strictly type Integer and Real expressions.
This commit is contained in:
parent
7f5ba98819
commit
2b6288d317
32 changed files with 640 additions and 547 deletions
|
|
@ -612,7 +612,7 @@ func newScanType(columnType *sql.ColumnType) reflect.Type {
|
|||
return nullStringType
|
||||
case "FLOAT4":
|
||||
return nullFloatType
|
||||
case "FLOAT8", "NUMERIC":
|
||||
case "FLOAT8", "NUMERIC", "DECIMAL":
|
||||
return nullFloat64Type
|
||||
case "BOOL":
|
||||
return nullBoolType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue