There are errors in the PGmoney class in the conversion routines over
authorBruce Momjian <bruce@momjian.us>
Sun, 14 Mar 1999 05:12:45 +0000 (05:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 14 Mar 1999 05:12:45 +0000 (05:12 +0000)
commit09af2b789fc81911c50835b139d37b6d012e3c0e
tree0bb46092dd01b15a96ff93539786ccaa6d81a3d4
parent97262037a8c061f84554cb5f8877c6370b3277d6
There are errors in the PGmoney class in the conversion routines over
the handling of negative numbers and commas. The attached path attempts
to fix these.
However the getValue method does not yet insert commas into the
generated string.
Also in getValue there is an incorrect assumption that the currency
symbol is '$', it should of course be '£'!. I have no idea on how to go
about fixing this one.

Alvin
src/interfaces/jdbc/postgresql/util/PGmoney.java