We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mysqlbatch: 将 decimal 格式的数据,转换为 golang float64 类型,会导致精度丢失 此处可采用 "github.com/shopspring/decimal" decimal.Decimal{}
mysqlstream: 设置 go-mysql sync 参数:UseDecimal: true
The text was updated successfully, but these errors were encountered:
decimal data type(moiot#313)
248770e
f7ff80e
具体怎么丢失?直接写 mysql 应该没问题的。 序列化的话 json 本来就没有 decimal
Sorry, something went wrong.
No branches or pull requests
mysqlbatch:
将 decimal 格式的数据,转换为 golang float64 类型,会导致精度丢失
此处可采用 "github.com/shopspring/decimal" decimal.Decimal{}
mysqlstream:
设置 go-mysql sync 参数:UseDecimal: true
The text was updated successfully, but these errors were encountered: