You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Craig Russell (JIRA)" <ji...@apache.org> on 2006/01/13 03:24:21 UTC

[jira] Assigned: (JDO-276) TCK maps BigInteger to BIGINT; should be NUMERIC(31)

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

Craig Russell reassigned JDO-276:
---------------------------------

    Assign To: Craig Russell

> TCK maps BigInteger to BIGINT; should be NUMERIC(31)
> ----------------------------------------------------
>
>          Key: JDO-276
>          URL: http://issues.apache.org/jira/browse/JDO-276
>      Project: JDO
>         Type: Bug
>   Components: tck20
>     Reporter: Craig Russell
>     Assignee: Craig Russell
>     Priority: Minor
>      Fix For: JDO 2 beta

>
> The TCK maps values of fields of type BigInteger to Derby column type BIGINT which is actually 64 bit fixed precision (Java long). The BigInteger type should map to NUMERIC(31) that provides more than 64 bits of precision.

-- 
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