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

Encode revision number as uint64 #33

Merged
merged 1 commit into from
May 17, 2024
Merged

Conversation

chris124567
Copy link
Member

Fix #31 and store the revision number as encoded uint64 in the database instead of using SQLite INTEGER type which has a more limited range.

@chris124567 chris124567 requested a review from n8maninger May 17, 2024 16:04
@n8maninger n8maninger merged commit 25bfc41 into master May 17, 2024
6 of 7 checks passed
@n8maninger n8maninger deleted the encode-revision-number branch May 17, 2024 20:26
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.

Revision number is being stored as an integer
2 participants