From dev-return-4345-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Mon May 25 03:11:08 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 71348 invoked from network); 25 May 2009 03:11:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 May 2009 03:11:05 -0000 Received: (qmail 5620 invoked by uid 500); 25 May 2009 01:55:16 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 5310 invoked by uid 500); 25 May 2009 01:54:19 -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 5196 invoked by uid 99); 25 May 2009 01:53:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 May 2009 01:53:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 May 2009 01:44:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8B491234C004 for ; Sun, 24 May 2009 18:43:45 -0700 (PDT) Message-ID: <2095840278.1243215825555.JavaMail.jira@brutus> Date: Sun, 24 May 2009 18:43:45 -0700 (PDT) From: "Mark Hammond (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-359) group_level should be rejected when a single key is specified 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 group_level should be rejected when a single key is specified ------------------------------------------------------------- Key: COUCHDB-359 URL: https://issues.apache.org/jira/browse/COUCHDB-359 Project: CouchDB Issue Type: Bug Reporter: Mark Hammond As noted in COUCHDB-357, couch correctly rejects a multikey fetch when group_level is specified (although the error message is misleading). group_level should be similarly rejected when a single-key fetch is used - currently is is accepted but returns incorrect results. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.