Skip to content

feat: uint64 and uint128 now decode to BigInts #231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 3, 2025
Merged

Conversation

oschwald
Copy link
Collaborator

@oschwald oschwald commented May 2, 2025

BREAKING CHANGE: Values stored in the database as a 64 bit or 128 bit
unsigned integer will now be decoded to a BigInt. Previously, they
would be decode to a number if they were less than 281,474,976,710,656
and a string otherwise.

BREAKING CHANGE: Values stored in the database as a 64 bit or 128 bit
unsigned integer will now be decoded to a BigInt. Previously, they
would be decode to a number if they were less than 281,474,976,710,656
and a string otherwise.
Copy link
Owner

@runk runk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@oschwald oschwald merged commit 153def4 into master May 3, 2025
4 checks passed
Copy link

github-actions bot commented May 3, 2025

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants