From dev-return-2563-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Fri Feb 13 12:50:21 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 32128 invoked from network); 13 Feb 2009 12:50:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2009 12:50:21 -0000 Received: (qmail 40503 invoked by uid 500); 13 Feb 2009 12:50:20 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 40460 invoked by uid 500); 13 Feb 2009 12:50:20 -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 40449 invoked by uid 99); 13 Feb 2009 12:50:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2009 04:50:20 -0800 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; Fri, 13 Feb 2009 12:50:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 87B4A234C48B for ; Fri, 13 Feb 2009 04:49:59 -0800 (PST) Message-ID: <82951696.1234529399538.JavaMail.jira@brutus> Date: Fri, 13 Feb 2009 04:49:59 -0800 (PST) From: "Paul Joseph Davis (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-252) Allow _list functiosn to signal that iteration of the view should cease. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Allow _list functiosn to signal that iteration of the view should cease. ------------------------------------------------------------------------ Key: COUCHDB-252 URL: https://issues.apache.org/jira/browse/COUCHDB-252 Project: CouchDB Issue Type: Improvement Components: HTTP Interface Affects Versions: 0.9 Reporter: Paul Joseph Davis Allows _list functions to return {stop: true} to signal that row iteration should cease. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.