Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 23340 invoked from network); 19 Nov 2010 12:41:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Nov 2010 12:41:04 -0000 Received: (qmail 24217 invoked by uid 500); 19 Nov 2010 12:41:35 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 24048 invoked by uid 500); 19 Nov 2010 12:41:35 -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 24040 invoked by uid 99); 19 Nov 2010 12:41:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 12:41:34 +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; Fri, 19 Nov 2010 12:41:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAJCfDQ7014910 for ; Fri, 19 Nov 2010 12:41:13 GMT Message-ID: <9702228.195121290170473708.JavaMail.jira@thor> Date: Fri, 19 Nov 2010 07:41:13 -0500 (EST) From: "Filipe Manana (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-949) Adding aliases start_key, end_key, start_key_docid and end_key_docid In-Reply-To: <8728861.147821289998179043.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-949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933794#action_12933794 ] Filipe Manana commented on COUCHDB-949: --------------------------------------- In revision 1036818 I renamed start_key_docid to start_key_doc_id and end_key_docid to end_key_doc_id (for absolute naming consistency). > Adding aliases start_key, end_key, start_key_docid and end_key_docid > -------------------------------------------------------------------- > > Key: COUCHDB-949 > URL: https://issues.apache.org/jira/browse/COUCHDB-949 > Project: CouchDB > Issue Type: Improvement > Affects Versions: 1.0.1 > Reporter: Filipe Manana > Assignee: Filipe Manana > Priority: Trivial > Attachments: COUCHDB-949.patch > > > Too often users specify start_key and end_key instead of startkey and endkey. This is mostly because all other (or most) parameters use underscores to separate words (for example: inclusive_end, include_docs, open_revs, revs_info, new_edits, deleted_conflicts, etc etc). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.