[ http://issues.apache.org/jira/browse/DERBY-74?page=all ]

Kathey Marsden updated DERBY-74:
--------------------------------

    Fix Version: 10.1.1.0
        Version: 10.1.1.0

> SQLDecimal.getWholeDigits returns invalid result on JDK1.5.0
> ------------------------------------------------------------
>
>          Key: DERBY-74
>          URL: http://issues.apache.org/jira/browse/DERBY-74
>      Project: Derby
>         Type: Bug

>   Components: SQL
>     Versions: 10.1.1.0
>  Environment: JDK1.5.0
>     Reporter: Jeremy Boynes
>      Fix For: 10.1.1.0
>  Attachments: derby_getWholeDigits_jdk15.patch
>
> With JDK1.5.0 the behaviour of BigDecimal.toString() has changed (thanks Sun) 
> and for numbers < 1e-6 it now returns a String in exponential syntax. This 
> causes the number of digits to be calculated incorrectly.
> As a result, the ejbql test fails as the following snippet fails:
> create table myDecimal (b DECIMAL(31,31))
> insert into myDecimal VALUES(1e-30)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to