Postgres Java lib returns wrong numeric value after 5 reads

Describe the issue f 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. This only breaks if you use t… Read more

Similar