Closed jonkeane closed 1 year ago
resolves #165
It turns out that bigints won't roundtrip with control = "hexNumeric" (https://github.com/truecluster/bit64/issues/27). Switching to digits17 for now (thought we might want to only use that in cases where we detect a 64 bit integer | bigint).
control = "hexNumeric"
digits17
resolves #165
It turns out that bigints won't roundtrip with
control = "hexNumeric"
(https://github.com/truecluster/bit64/issues/27). Switching todigits17
for now (thought we might want to only use that in cases where we detect a 64 bit integer | bigint).