Skip to content
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

fix(ext/node): Fix handling of sqlite large integers #28193

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

littledivy
Copy link
Member

Use v8::Number instead of v8::Integer to handle > i32::MAX.

Fixes #28187

Copy link
Contributor

@marvinhagemeister marvinhagemeister left a comment

Choose a reason for hiding this comment

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

LGTM

@littledivy littledivy merged commit 664d50f into denoland:main Feb 20, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

node:sqlite: When not using the BigInt mode, INTEGER values are overzealously wrapped
2 participants