You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_).
The text was updated successfully, but these errors were encountered:
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 asNA_integer64_
).The text was updated successfully, but these errors were encountered: