Large Number Support Bug
------------------------

                 Key: COUCHDB-227
                 URL: https://issues.apache.org/jira/browse/COUCHDB-227
             Project: CouchDB
          Issue Type: Bug
          Components: Administration Console, JavaScript View Server
            Reporter: Adam Kocoloski


It looks like SpiderMonkey rounds large integers.  To reproduce,  create a 
document in Futon with a field value

9999999999999999

Futon will round this to 10000000000000000.  Or, create a document with that 
field value by some other means and then emit the field in a view.  The 
document will have the correct value for the field, but the value in the view 
will be wrong.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to