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