From dev-return-2961-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Thu Feb 26 08:04:21 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 65481 invoked from network); 26 Feb 2009 08:04:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2009 08:04:21 -0000 Received: (qmail 52191 invoked by uid 500); 26 Feb 2009 08:04:19 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 52148 invoked by uid 500); 26 Feb 2009 08:04: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 52137 invoked by uid 99); 26 Feb 2009 08:04:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2009 00:04:19 -0800 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 207.106.133.19 as permitted sender) Received: from [207.106.133.19] (HELO sasl.smtp.pobox.com) (207.106.133.19) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2009 08:04:11 +0000 Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 707149D8E8; Thu, 26 Feb 2009 03:03:46 -0500 (EST) Received: from mappit (unknown [80.45.95.114]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id D2B339D8E2; Thu, 26 Feb 2009 03:03:44 -0500 (EST) Received: from brian by mappit with local (Exim 4.69) (envelope-from ) id 1LcbDa-0001ip-Pr; Thu, 26 Feb 2009 08:03:42 +0000 Date: Thu, 26 Feb 2009 08:03:42 +0000 From: Brian Candler To: tech@dundeemt.com Cc: dev@couchdb.apache.org Subject: Re: [RESULT]: Accept newline patch into CouchDB for 0.9 (Was: Re: VOTE: accept newline patch into CouchDB for 0.9) Message-ID: <20090226080342.GA6356@uk.tiscali.com> References: <5aaed53f0902250507t47edbef3ra43a7e4761d6d5dc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5aaed53f0902250507t47edbef3ra43a7e4761d6d5dc@mail.gmail.com> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Pobox-Relay-ID: FE26B192-03DB-11DE-91F5-B26E209B64D9-28021239!a-sasl-fastnet.pobox.com X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Feb 25, 2009 at 07:07:11AM -0600, Jeff Hinrichs - DM&T wrote: > > CouchDB dodges this at present, since you can't download a document together > > with its attachments. > what about ?attachments=true or am I misunderstanding you? This is new to me - such feature doesn't seem to be mentioned at http://wiki.apache.org/couchdb/HTTP_Document_API, where it says: "When retrieving documents, the attachment's actual data is not included, only the metadata. The actual data has to be fetched separately, using a special URI." However I do see "attachments=true" in couch_rep.erl. Is this something internal/private for replication? Regards, Brian.