• Bruce Momjian's avatar
    Attached is a simple one line patch for the problem reported in the · ef80c87f
    Bruce Momjian authored
    following email.
    
     > > The problem:  When I call getBigDecimal() on a ResultSet, it
     > > sometimes throws an exception:
     > >
     > >   Bad BigDecimal 174.50
     > >     at org.postgresql.jdbc2.ResultSet.getBigDecimal(ResultSet.java:373)
     > >     at org.postgresql.jdbc2.ResultSet.getBigDecimal(ResultSet.java:984)
     > >     ...blah blah blah...
     > >   org.postgresql.util.PSQLException: Bad BigDecimal 174.50
    
    Barry Lind
    ef80c87f
ResultSet.java 42.7 KB