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

feat(postgres): make extra_float_digits settable #1774

Merged
merged 1 commit into from
Apr 1, 2022

Conversation

abonander
Copy link
Collaborator

closes #1074
addresses #801 (comment)

I didn't really want to spend much time figuring out what version string Redshift returns, and according to the comment on #801 above, even certain versions of Postgres 10 don't support the extra_float_digits option, so that just generally sounded like a rabbit hole I didn't want to go down.

Supercedes #1746 (I wanted to editoralize the documentation on the method and also make it take Option and that point it was just easier to open a new PR rather than try to adjust that one)

@abonander abonander merged commit f858138 into master Apr 1, 2022
@abonander abonander deleted the ab/extra_float_digits branch April 1, 2022 21:51
@brianbruggeman
Copy link

Thank you!

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.

[Postgres] extra_float_digits should be set with care to the current postgres version
2 participants