• Bruce Momjian's avatar
    There are errors in the PGmoney class in the conversion routines over · fd80c102
    Bruce Momjian authored
    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
    fd80c102
PGmoney.java 2.02 KB