Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 29312 invoked from network); 25 Feb 2010 09:06:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2010 09:06:54 -0000 Received: (qmail 25075 invoked by uid 500); 25 Feb 2010 09:06:53 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 25042 invoked by uid 500); 25 Feb 2010 09:06:52 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 25034 invoked by uid 99); 25 Feb 2010 09:06:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 09:06:52 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of b.candler@pobox.com designates 208.72.237.25 as permitted sender) Received: from [208.72.237.25] (HELO sasl.smtp.pobox.com) (208.72.237.25) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 09:06:43 +0000 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 069A59CBB1 for ; Thu, 25 Feb 2010 04:06:21 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=date:from:to :subject:message-id:references:mime-version:content-type :in-reply-to; s=sasl; bh=0KzDZqnYaGQk2DTqb6fxK3RKMZM=; b=Q3nkL4O 1mV6vMOWloz7isdValyyhYowAVs6CtGFQ0lUpjwq+uXNVden2Oo3ogxiISi4jnSH k64jkVY8evtruJZEExudIuAHHqzcQYXjF/4g92GTbz9chKUyGQIrkOZbTSAst/oK fyPfTwCVJ9sDwQJLfeDQmgTrMgvTKb+mHFLQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=date:from:to :subject:message-id:references:mime-version:content-type :in-reply-to; q=dns; s=sasl; b=sIsPKoJ0ly7jl8lcgYf0ejz1pzYSUjh/A bNtLiq7K6cEcSORHLi1tHOxXFVNJ7vveOrQs6ByfLfopP/hbb+tFheO8rGW0/X1H 93nYVaZgq5f9xmvMqGJIqQZZ6ShpmE2UEaT3hs/aYLPB/bpcMw7OWJvX6ycvCVyZ wgNcZrf4fM= Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id E09409CBB0 for ; Thu, 25 Feb 2010 04:06:20 -0500 (EST) Received: from ubuntu.lan (unknown [212.74.112.53]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 920B79CBAE for ; Thu, 25 Feb 2010 04:06:20 -0500 (EST) Received: from brian by ubuntu.lan with local (Exim 4.69) (envelope-from ) id 1NkZfn-0004jR-7M for user@couchdb.apache.org; Thu, 25 Feb 2010 09:06:19 +0000 Date: Thu, 25 Feb 2010 09:06:14 +0000 From: Brian Candler To: user@couchdb.apache.org Subject: Re: revs_info param no longer working with _all_docs query Message-ID: <20100225090614.GA18110@uk.tiscali.com> Mail-Followup-To: user@couchdb.apache.org References: <62C66F7F-2CC7-467A-9365-0C125ADD46D0@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <62C66F7F-2CC7-467A-9365-0C125ADD46D0@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-Pobox-Relay-ID: 0A57F5AE-21ED-11DF-80F1-D033EE7EF46B-28021239!a-pb-sasl-quonix.pobox.com On Wed, Feb 24, 2010 at 02:11:55PM -0800, J Chris Anderson wrote: > > One of the failures I can't figure out is that it sends a query for all design docs with their revision histories: > > > > GET /DBNAME/_all_docs?startkey=%22_design%22&endkey=%22_design0%22&include_docs=true&revs_info=true > > Good question -- I don't remember changing this on purpose. I'd have to grep the source code to know for sure, though. > > Anyone else have a more definitive answer? I believe it's this issue: https://issues.apache.org/jira/browse/COUCHDB-549 There are a bunch of options you can use when you GET a document directly, but which are ignored when you get the document indirectly via a view and include_docs=true.