pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ... - Mailing list pgsql-committers

From Bruce Momjian - CVS
Subject pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ...
Date
Msg-id 200108221320.f7MDK6r04236@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/08/22 09:20:06

Modified files:
    src/interfaces/jdbc/org/postgresql/jdbc2: ResultSet.java

Log message:
    Attached is a simple one line patch for the problem reported in the
    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


pgsql-committers by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ...
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ...