Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[sqlite]: Add bigint mode for integer, that supports full 64-bit values#5057

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
anatawa12 wants to merge1 commit intodrizzle-team:main
base:main
Choose a base branch
Loading
fromanatawa12:bigint-sqlite-integer

Conversation

@anatawa12
Copy link

Closes#1980

This PR adds bigint mode for integer, with similar trick as#4281, that converts the value to string before processing the value.

This allows users to use full 64-bit for INTEGER PRIMARY KEY rowid alias primary key.

@anatawa12anatawa12 changed the titlefeat: bigint mode for integer, that supports full 64-bit values[sqlite]: bigint mode for integer, that supports full 64-bit valuesNov 20, 2025
@anatawa12anatawa12 changed the title[sqlite]: bigint mode for integer, that supports full 64-bit values[sqlite]: Add bigint mode for integer, that supports full 64-bit valuesNov 20, 2025
@anatawa12
Copy link
Author

anatawa12 commentedNov 20, 2025
edited
Loading

pnpm exec vitest run sqlite --exclude 'tests/sqlite/libsql*'

finished successfully in my env

lipspl token Doesnot exists in my env so excluded

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

[FEATURE]: bigint mode in SQLite integer column

1 participant

@anatawa12

[8]ページ先頭

©2009-2025 Movatter.jp