Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1FF226E9A for ; Tue, 14 Jun 2011 15:41:38 +0000 (UTC) Received: (qmail 56243 invoked by uid 500); 14 Jun 2011 15:41:36 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 56191 invoked by uid 500); 14 Jun 2011 15:41:36 -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 56183 invoked by uid 99); 14 Jun 2011 15:41:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 15:41:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.113.200.5] (HELO homiemail-a82.g.dreamhost.com) (208.113.200.5) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 15:41:28 +0000 Received: from homiemail-a82.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a82.g.dreamhost.com (Postfix) with ESMTP id 7290E28206F for ; Tue, 14 Jun 2011 08:41:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=ecstatic.com; h=from:content-type :content-transfer-encoding:subject:date:message-id:to: mime-version; q=dns; s=ecstatic.com; b=lpF43rfCXznaJxXgtNhpQqcLw R/7/HmeGrG58Ky3XFb58rdF1Vl5FYGW29EEQA5zNFUH4xp7KdDzqlZy0vPt3afhK EG8DOGaH3dQK0hKZZmaA08VNPvzLDW6mOnrBF0db0ktfCnCwCqCFw8R52mqo3wyz GFcKRbhhTj5z0DGH0A= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=ecstatic.com; h=from :content-type:content-transfer-encoding:subject:date:message-id :to:mime-version; s=ecstatic.com; bh=s6AUF6oth6jIJG8UjOrZnUacRYI =; b=2l2y4GMDAuMtjWa4E5ORYxxxOe57i3D0RBJrkU0OfRjFX5K25g+WBaqM0D8 ppqQRg832qfNQgAOCV1L7LwD7YKQiZPpV2jjl0LK4hKZwws5ZHLUPNJENw6oQ3fB Inlg+fPcbC6/fTJdFyUUnbWs16ACRmqvMOxodtZpogFk/FQk= Received: from black-mirror.home (APuteaux-652-1-121-77.w90-2.abo.wanadoo.fr [90.2.96.77]) (Authenticated sender: roger@ecstatic.com) by homiemail-a82.g.dreamhost.com (Postfix) with ESMTPA id EFCF4282061 for ; Tue, 14 Jun 2011 08:41:00 -0700 (PDT) From: Roger Rohrbach Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: _changes?include_docs=true fails if any documents deleted? Date: Tue, 14 Jun 2011 17:40:58 +0200 Message-Id: <275045A2-B106-48C1-B4A5-DD9D9A1316B1@ecstatic.com> To: user@couchdb.apache.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org Hi, all. I'm new to CouchDB (am actually using Cloudant's hosted = service, via Heroku), and have (possibly) discovered something = troubling: it is not possible to make a request to = _changes?include_docs=3Dtrue if there are any deleted documents. = CouchDB craps out at the deleted document, rendering malformed JSON. If = I remove the include_docs option, I get the correct results, but of = course then I must request each new, updated or deleted record = individually. Surely one should be able to request the documents and = process them in one request (in fact, one can, as long as none were = deleted). This seems like a glaring defect. I just wanted to run it by this list = before reporting it as a bug. Is there something I'm misapprehending? Thanks, Roger