| From: | Bruce Momjian - CVS <momjian(at)hub(dot)org> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ... |
| Date: | 2001-08-22 13:20:06 |
| Message-ID: | 200108221320.f7MDK6r04236@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2001-08-22 15:18:30 | Re: pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ... |
| Previous Message | Bruce Momjian - CVS | 2001-08-21 21:29:42 | pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ... |