Closed alarbada closed 1 week ago
So, we would loose precision in the case that the primary key would be a big unsigned integer, or if any column has that type of data. I might be able to do something with FormatValue
.
Closing this. I confused the issue, it is not really a problem, as we will marshal and unmarshal positions inside go code. The rounding errors would happen if the consumer of those positions was javascript.
Bug description
The
json.Marshal
calls can loose precision when encoding 64 bit integers.Steps to reproduce
Version
v0.1.0