From dev-return-11360-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Tue Aug 17 12:51:43 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 44948 invoked from network); 17 Aug 2010 12:51:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Aug 2010 12:51:43 -0000 Received: (qmail 52874 invoked by uid 500); 17 Aug 2010 12:51:43 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 52474 invoked by uid 500); 17 Aug 2010 12:51:39 -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 52444 invoked by uid 99); 17 Aug 2010 12:51:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 12:51:38 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 12:51:38 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7HCpISk000654 for ; Tue, 17 Aug 2010 12:51:18 GMT Message-ID: <31593965.392771282049478231.JavaMail.jira@thor> Date: Tue, 17 Aug 2010 08:51:18 -0400 (EDT) From: "Noah Slater (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Updated: (COUCHDB-773) parse_view_params does not store stale option in record In-Reply-To: <6767684.5991274388797130.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noah Slater updated COUCHDB-773: -------------------------------- Fix Version/s: 1.0.2 (was: 1.0.1) > parse_view_params does not store stale option in record > ------------------------------------------------------- > > Key: COUCHDB-773 > URL: https://issues.apache.org/jira/browse/COUCHDB-773 > Project: CouchDB > Issue Type: Bug > Affects Versions: 0.12 > Reporter: Volker Mische > Priority: Minor > Fix For: 1.0.2 > > Attachments: queryargs_stale.diff > > > parse_view_params/3 in couch_httpd_view parses the "stale" query parameter, but it's not stored in the view_query_args record. I'm not sure if it is a bug or intention. Please enlighten me. Nonethelsess I've attached a patch. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.