featurebase/encoding/proto
reesporte eab6174388 make pql.Decimal.Value a private big.Int field
This ensures that we can't overflow when adding `pql.Decimal`s together. The
only place we can possibly overflow is when converting pql.Decimal to an Int64,
but that is a risk we have to take. Also, the only place we do this is in our
ToRowser. We could maybe change that to strings, so the presentation of data
doesn't indicate an overflow, but that is a later decision to make. It will
also involve fixing the generate-proto-grpc make command, because that's broken
rn.
2022-06-06 16:44:01 -05:00
..
proto.go make pql.Decimal.Value a private big.Int field 2022-06-06 16:44:01 -05:00
proto_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00