Open
Description
DBItest/R/spec-driver-connect.R
Lines 54 to 79 in f19fb4d
It should be possible to stress-test backends' handling of 64-bit integers better.
The first thing I would look for is how they handle non-representable-as-64-bit-double integers, I.e., the large % of integers between 2^55 and 2^63 that are not exact multiples of the right powers of 2.
Next, we should try and establish a standard on how NULL
and -2^63
are handled (since {bit64} reserves that as NA_integer64_
).
Metadata
Metadata
Assignees
Labels
No labels