|
@@ -719,6 +719,7 @@ func unmarshalDecimal(info *TypeInfo, data []byte, value interface{}) error {
|
|
|
*v = inf.NewDecBig(unscaled, inf.Scale(scale))
|
|
*v = inf.NewDecBig(unscaled, inf.Scale(scale))
|
|
|
return unmarshalErrorf("can not unmarshal %s into %T", info, value)
|
|
return unmarshalErrorf("can not unmarshal %s into %T", info, value)
|