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

[SQLite] Add 64 bit bigint mode to number column #2579

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

MrRahulRamkumar
Copy link
Contributor

@MrRahulRamkumar MrRahulRamkumar commented Jul 2, 2024

Closes #1980

  • Allows users to enable the SQLite driver to return JavaScript bigint instead of number.
  • Updates existing integer modes to handle the driver returning bigint.
  • Adds new bigint mode to the number column, allowing the storage and retrieval of values greater than Number.MAX_SAFE_INTEGER. (if the bigint mode is enabled at the driver level).

@GustavoOS
Copy link

Seems like this PR was forgotten

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.

[FEATURE]: bigint mode in SQLite integer column
2 participants