featurebase/server
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
..
testdata/certs Supply "subject alternative name" for TLS certificates 2020-10-20 14:14:26 -05:00
cluster_test.go listen on localhost:0 instead of :0 2022-03-18 13:38:30 -05:00
config.go FB-1378: Use IP whitelisting for ingest authentication and authorization (#2070) 2022-05-20 14:57:05 -05:00
config_internal_test.go FB-1378: Use IP whitelisting for ingest authentication and authorization (#2070) 2022-05-20 14:57:05 -05:00
config_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
dup.go add copyright notice back in 2021-12-10 11:01:04 -06:00
dup_arm64.go add copyright notice back in 2021-12-10 11:01:04 -06:00
grpc.go make pql.Decimal.Value a private big.Int field 2022-06-06 16:44:01 -05:00
grpc_internal_test.go Recognize semi-colon separated cookies too (#2078) 2022-05-24 21:45:33 -05:00
grpc_test.go add tests for sql WHERE clause with timestamps 2022-03-03 22:20:49 -06:00
handler_test.go make pql.Decimal.Value a private big.Int field 2022-06-06 16:44:01 -05:00
pg.go make pql.Decimal.Value a private big.Int field 2022-06-06 16:44:01 -05:00
pg_internal_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
pg_test.go FB-1188 - Added TTL field option 2022-02-25 11:39:31 -06:00
server.go FB-1378: Use IP whitelisting for ingest authentication and authorization (#2070) 2022-05-20 14:57:05 -05:00
server_internal_test.go addresses multiple authn/z tickets 2022-01-14 12:31:32 -06:00
server_test.go make pql.Decimal.Value a private big.Int field 2022-06-06 16:44:01 -05:00
sql.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
tlsconfig.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
trial.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00