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
Adds support for the following constructor signatures:
- `[new] Decimal128(string)`
- `[new] Long(string[, unsigned])`
- `[new] Long(bigint[, unsigned])`
While the first two of these would not have thrown exceptions before,
they would also not have returned any meaningful results, so this
is not a breaking change.
0 commit comments