Re: BigDecimal Bugs - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: BigDecimal Bugs
Date
Msg-id 034101c1d39f$609b8430$807ba8c0@inspiron
Whole thread Raw
In response to BigDecimal Bugs  (mailing-list@urbanet.ch)
Responses Re: BigDecimal Bugs
List pgsql-jdbc
Florian,

Can you resubmit these patches as context diff's ?

cvs -c diff ...

Thanks,

Dave
> -----Original Message-----
> From: pgsql-jdbc-owner@postgresql.org
> [mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of
> mailing-list@urbanet.ch
> Sent: Sunday, March 24, 2002 11:02 AM
> To: pgsql-jdbc@postgresql.org
> Subject: [JDBC] BigDecimal Bugs
>
>
> Hi,
>
> I've found 2 bugs related with BigDecimal in the JDBC driver.
>
> The first bug occurs when you call Array.toArray on a column
> containing an
> array of NUMERIC. The returned java array is wrong with all
> BigDecimal
> stored in the first element.
>
> The second bug is in PreparedStatement.setBigDecimal. If you
> pass a null
> object as argument, the method raises a NullPointerException.
>
> Attached are the 2 diff files to correct those bugs.
>
> Kudos to all postgresql developers for their great job!
>
> Florian
>


pgsql-jdbc by date:

Previous
From: Tim Lewis
Date:
Subject: Re: "No results were returned by the query" exception
Next
From: "Hubert"
Date:
Subject: org.postgresql.PostgresqlDataSource