Bug : FAST_NUMBER_FAILED when getting NaN on BigDecimal

From: DocSea - Patrice Delorme <pdelorme(at)docsea(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Bug : FAST_NUMBER_FAILED when getting NaN on BigDecimal
Date: 2012-09-11 10:37:00
Message-ID: 504F144C.20108@docsea.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

It is impossible to fetch data when numeric value in database is NaN
It throws FAST_NUMBER_FAILED
(postgresql-jdbc-9.1-902:AbstractJdbc2ResultSet:2176) because my value
is not numeric (NaN).
This is incorect behaviour since 'NaN' is a legal value in postgres for
numeric type.

problem is in postgresql-jdbc-9.1-902.jdbc4
but it seems arround for ages... since I discovered it first in
postgresql-8.3-603.jdbc3...

best regards,

P.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kevin Grittner 2012-09-11 14:10:30 Re: Bug : FAST_NUMBER_FAILED when getting NaN on BigDecimal
Previous Message Dave Cramer 2012-09-06 19:19:27 Re: JDBC 9.1-901 Maven problem