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