eclipse-vertx/vertx-sql-client

PgClient Money does not preserve sign if integral part is zero

Closed this issue · 1 comments

Money money = new Money(new BigDecimal("-0.11"));
System.out.println(money); // result is '0.11'

Fixed by #1362