You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Brian Candler <B....@pobox.com> on 2010/02/07 22:38:18 UTC

Fixing JSON integer serialization for 0.11?

Something which changed since 0.10 is the serialization of large integers,
which have now turned into floats for values > 2^31.

Report and Javascript test case at
https://issues.apache.org/jira/browse/COUCHDB-617

It believe that we had a patch in our vendorized mochiweb r97, but that was
dropped when a later mochiweb was imported.

I'd say this is a fairly important regression, but it doesn't hold up the
branching of course.

Regards,

Brian.