We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The sqlData struct PK field is declared as an int, but is actually an int64 in Cockroach DB
Reproducing the bug
Run make test with a 32 bit version of Go
make test
Server logs
sql: Scan error on column index 23, name "pk": converting driver.Value type int64 ("492838020877385729") to a int: value out of range
The text was updated successfully, but these errors were encountered:
Oh yeah this should be a 64bit integere. Would you be up for a PR?
Sorry, something went wrong.
7547ac9
No branches or pull requests
Describe the bug
The sqlData struct PK field is declared as an int, but is actually an int64 in Cockroach DB
Reproducing the bug
Run
make test
with a 32 bit version of GoServer logs
The text was updated successfully, but these errors were encountered: