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 bigint mode to SQLite #558

Merged
merged 13 commits into from
Jun 2, 2023

Conversation

MrRahulRamkumar
Copy link
Contributor

Closes #277

Adds the `SQLiteBigIntBuilder` class to the blob column type, which can be used to store BigInt values.
@MrRahulRamkumar MrRahulRamkumar changed the title [SQLite ]Add bigint mode to SQLite [SQLite] Add bigint mode to SQLite May 7, 2023
@aulneau
Copy link
Sponsor

aulneau commented May 22, 2023

awesome! hope we can get this shipped soon

Copy link
Contributor

@dankochetov dankochetov left a comment

Choose a reason for hiding this comment

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

Great work! Just a couple of things:

  1. Please update the drizzle-zod tests to cover this
  2. Please resolve merge conflicts

@MrRahulRamkumar
Copy link
Contributor Author

MrRahulRamkumar commented May 30, 2023

Great work! Just a couple of things:

  1. Please update the drizzle-zod tests to cover this
  2. Please resolve merge conflicts

Done and Done!

@dankochetov dankochetov merged commit 567d08f into drizzle-team:main Jun 2, 2023
2 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.

Add bigint mode to SQLite
3 participants