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 716037AAB for ; Wed, 31 Aug 2011 06:53:39 +0000 (UTC) Received: (qmail 7813 invoked by uid 500); 31 Aug 2011 06:53:38 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 7197 invoked by uid 500); 31 Aug 2011 06:53:35 -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 7170 invoked by uid 99); 31 Aug 2011 06:53:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Aug 2011 06:53:33 +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; Wed, 31 Aug 2011 06:53:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B900642A59 for ; Wed, 31 Aug 2011 06:53:09 +0000 (UTC) Date: Wed, 31 Aug 2011 06:53:09 +0000 (UTC) From: "Paul Joseph Davis (JIRA)" To: dev@couchdb.apache.org Message-ID: <68724399.1692.1314773589754.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (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 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