fix rawValue.Interface to (*rawValue).Interface()
This commit is contained in:
parent
4b8086c979
commit
5baba4c28b
|
@ -469,7 +469,7 @@ func row2mapInterface(rows *core.Rows, fields []string) (resultsMap map[string]i
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
result[key] = rawValue.Interface()
|
result[key] = (*rawValue).Interface()
|
||||||
}
|
}
|
||||||
return result, nil
|
return result, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue