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
>