VARINT->BIGNUM rename was a breaking change. #310
michaelwallabi
started this conversation in
General
Replies: 1 comment
-
Yes, this breaking change was inherited from the corresponding breaking change to the DuckDB C API. I don't like making breaking changes, but luckily this one has a straightforward fix. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Guessing was intentional but I didn't see it called out anywhere so figured I'd mention in case others run into it.
The upgrade to 1.4 renamed the
VARINT
type toBIGNUM
(I assume to match native C naming conventions).This is a build break for anyone using the old name in code. Easy fix as they appear to be synonyms.
Beta Was this translation helpful? Give feedback.
All reactions