QRM: Convert lossless decimal types first to string.

This commit is contained in:
go-jet 2020-11-14 12:14:08 +01:00
parent 5ab430c367
commit 059515f52b
4 changed files with 49 additions and 7 deletions

1
go.mod
View file

@ -3,6 +3,7 @@ module github.com/go-jet/jet/v2
go 1.11
require (
github.com/ericlagergren/decimal v0.0.0-20191206042408-88212e6cfca9
github.com/go-sql-driver/mysql v1.5.0
github.com/google/go-cmp v0.5.0
github.com/google/uuid v1.1.1