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: use string for uint64 database fields #239

Merged
merged 1 commit into from
Nov 17, 2024
Merged

Conversation

agaffney
Copy link
Contributor

Neither database/sql or sqlite in general can handle values larger than int64, so we use a string type to store them in the database

Neither database/sql or sqlite in general can handle values larger than
int64, so we use a string type to store them in the database
@agaffney agaffney force-pushed the fix/pool-reg-field-type branch from d3af62c to c59eb58 Compare November 17, 2024 03:01
@agaffney agaffney merged commit ab06af8 into main Nov 17, 2024
6 checks passed
@agaffney agaffney deleted the fix/pool-reg-field-type branch November 17, 2024 14:20
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.

2 participants