[ 
https://issues.apache.org/jira/browse/COUCHDB-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13094943#comment-13094943
 ] 

Robert Newson commented on COUCHDB-1267:
----------------------------------------

+1 on disabling/removing this until there's a fix or a workaround. Trunk can be 
a little broken, from time to time, but this is pretty big.

> 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

        

Reply via email to