We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Money money = new Money(new BigDecimal("-0.11")); System.out.println(money); // result is '0.11'
The text was updated successfully, but these errors were encountered:
PgClient Money does not preserve sign if integral part is zero
de4c644
Fixes eclipse-vertx#1360 Signed-off-by: Thomas Segismont <[email protected]>
PgClient Money does not preserve sign if integral part is zero (#1362)
4842084
Fixes #1360 Signed-off-by: Thomas Segismont <[email protected]>
Fixed by #1362
Sorry, something went wrong.
tsegismont
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: