[
https://issues.apache.org/jira/browse/COUCHDB-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Lehnardt closed COUCHDB-1267.
---------------------------------
Resolution: Fixed
This has been fixed in Erlang R14B04.
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira