[
https://issues.apache.org/jira/browse/COUCHDB-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102168#comment-13102168
]
Filipe Manana commented on COUCHDB-1267:
----------------------------------------
The corresponding OTP patch landed into OTP's dev branch, which means the fix
will be in R14B04 (to be released by early October afaik):
https://github.com/erlang/otp/commit/262a9af33d3ceb4cb032c434b100cea7d4b0d60e
I just updated configure.ac to enable the NIF only if the OTP version is >
R14B03.
Leaving this ticket open for a while however.
> Bignums in views aren't sorted correctly.
> -----------------------------------------
>
> Key: COUCHDB-1267
> URL: https://issues.apache.org/jira/browse/COUCHDB-1267
> Project: CouchDB
> Issue Type: Bug
> Components: JavaScript View Server
> Affects Versions: 1.1.1, 1.2
> Reporter: Paul Joseph Davis
> Priority: Blocker
>
> Easily tested by creating a doc and hitting this as a temp view:
> function(doc) {
> emit(["bylatest",-1303085266000], null);
> emit(["bylatest",-1298817134000], null);
> emit(["bylatest",-1294536544000], null);
> emit(["bylatest",-1294505612000], null);
> emit(["bylatest",-1178704800000], null);
> }
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira