ropensci / dittodb

dittodb: A Test Environment for DB Queries in R
https://dittodb.jonkeane.com/
Other
81 stars 15 forks source link

Allow for bigint roundtripping #168

Closed jonkeane closed 1 year ago

jonkeane commented 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).