Re: BigDecimal Bugs

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: BigDecimal Bugs
Дата
Msg-id 034101c1d39f$609b8430$807ba8c0@inspiron
обсуждение исходный текст
Ответ на BigDecimal Bugs  (mailing-list@urbanet.ch)
Ответы Re: BigDecimal Bugs
Список 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 по дате отправления:

Предыдущее
От: Tim Lewis
Дата:
Сообщение: Re: "No results were returned by the query" exception
Следующее
От: "Hubert"
Дата:
Сообщение: org.postgresql.PostgresqlDataSource