Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 61505 invoked from network); 20 Feb 2010 04:11:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Feb 2010 04:11:50 -0000 Received: (qmail 39847 invoked by uid 500); 20 Feb 2010 04:11:50 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 39649 invoked by uid 500); 20 Feb 2010 04:11:49 -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 39639 invoked by uid 99); 20 Feb 2010 04:11:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Feb 2010 04:11:49 +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; Sat, 20 Feb 2010 04:11:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EC4FA234C4B4 for ; Fri, 19 Feb 2010 20:11:27 -0800 (PST) Message-ID: <144041794.409011266639087966.JavaMail.jira@brutus.apache.org> Date: Sat, 20 Feb 2010 04:11:27 +0000 (UTC) From: "Mark Hammond (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-662) indicate why a document can't be returned with a view MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 indicate why a document can't be returned with a view ----------------------------------------------------- Key: COUCHDB-662 URL: https://issues.apache.org/jira/browse/COUCHDB-662 Project: CouchDB Issue Type: Improvement Components: Database Core Reporter: Mark Hammond If a view with include_docs=true can't access the document for some reason, the doc element of the returned row is set to null, but the reason for the failure is not recorded. I'm attaching a patch which causes an 'error' element to be returned with the failure reason. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.