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

Infinite Postgres Bug #573 #574

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

AndrewJackson2020
Copy link
Contributor

Fix for a bug with postgres implementation. In postgres many numeric/date data types can have infinite or negative infinite values. Currently when one of these values is selected in connector-x it results in a runtime panic error. This PR fixes this issue for 3 data type (datetime, date, and real).

Resolves Issue 572

@wangxiaoying wangxiaoying merged commit 4ba71e8 into sfu-db:main Feb 23, 2024
1 check passed
@wangxiaoying
Copy link
Contributor

Thanks for the PR @AndrewJackson2020 , it looks good to me!

@AndrewJackson2020 AndrewJackson2020 deleted the infinite_postgres_bug branch February 24, 2024 01:47
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.

None yet

2 participants