Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D8F199DC0 for ; Thu, 13 Oct 2011 17:49:36 +0000 (UTC) Received: (qmail 94818 invoked by uid 500); 13 Oct 2011 17:49:36 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 94788 invoked by uid 500); 13 Oct 2011 17:49:36 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 94771 invoked by uid 99); 13 Oct 2011 17:49:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2011 17:49:36 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2011 17:49:34 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E227D306103 for ; Thu, 13 Oct 2011 17:49:12 +0000 (UTC) Date: Thu, 13 Oct 2011 17:49:12 +0000 (UTC) From: "Jan Lehnardt (Closed) (JIRA)" To: dev@couchdb.apache.org Message-ID: <1561629495.10103.1318528152927.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <68724399.1692.1314773589754.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (COUCHDB-1267) Bignums in views aren't sorted correctly. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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