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

big decimal read breaks after 5 reads #67

Closed
TonyMcTony opened this issue Apr 21, 2022 · 2 comments
Closed

big decimal read breaks after 5 reads #67

TonyMcTony opened this issue Apr 21, 2022 · 2 comments

Comments

@TonyMcTony
Copy link

Describe the issue
if you have a numeric column in a postgres table with a value of 20000 and you read it 5 times on the 5th read it will read it as 2 instead of 20000.

Basically, it's this issue, which was fixed in more recent versions of pgjdbc driver: pgjdbc/pgjdbc#2326

Driver Version?
0.1.0

Java Version?
17

OS Version?
MacOS/Linux/Kubernetes
PostgreSQL Version?
12.8

@semirenko
Copy link

this issue is basically a showstopper for us

@hsuamz
Copy link
Contributor

hsuamz commented Oct 6, 2022

For visibility, we are recommending everyone to move to our new repository here: https://github.com/awslabs/aws-advanced-jdbc-wrapper.

We have redesigned the driver as a JDBC Wrapper which has been tested to work with the PGJDBC driver. Please give it a look and we will be triaging issues in the new repository.

Thanks.

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

No branches or pull requests

4 participants