BigDecimal Bugs

Поиск
Список
Период
Сортировка
От mailing-list@urbanet.ch
Тема BigDecimal Bugs
Дата
Msg-id 20020324160205.D5AA1474E42@postgresql.org
обсуждение исходный текст
Ответы Re: BigDecimal Bugs  ("Dave Cramer" <Dave@micro-automation.net>)
Список pgsql-jdbc
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 по дате отправления:

Предыдущее
От: "David Hooker"
Дата:
Сообщение: Two Phase commits
Следующее
От: Tim Lewis
Дата:
Сообщение: Re: "No results were returned by the query" exception