summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/postgresql/util/PGmoney.java
AgeCommit message (Collapse)Author
2001-02-13Remove postgresql jdbc files, per Peter Mount.Bruce Momjian
1999-05-18Internationalisation of error messagesPeter Mount
1999-03-14There are errors in the PGmoney class in the conversion routines overBruce Momjian
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
1998-09-12rename java file for Peter.Bruce Momjian