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

Hotfix/Parse bigints returned by Postgres as integers #172

Merged
merged 1 commit into from
Dec 26, 2020

Conversation

guidojw
Copy link
Owner

@guidojw guidojw commented Dec 26, 2020

Postgres returns bigints columns as string, so some functions in the code broke (oops didn't test #170 enough). This PR configures the pg module singleton so that bigints are parsed to integers first.

@guidojw guidojw added the bug Something isn't working label Dec 26, 2020
@guidojw guidojw merged commit 31b01a7 into master Dec 26, 2020
@guidojw guidojw deleted the hotfix/parse-bigints-as-int branch December 26, 2020 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant