Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 5669 invoked from network); 13 Jun 2010 19:06:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Jun 2010 19:06:31 -0000 Received: (qmail 18622 invoked by uid 500); 13 Jun 2010 19:06:30 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 18564 invoked by uid 500); 13 Jun 2010 19:06:29 -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 18553 invoked by uid 99); 13 Jun 2010 19:06:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jun 2010 19:06:29 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.244.253.218] (HELO mail.traeumt.net) (80.244.253.218) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jun 2010 19:06:20 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.traeumt.net (Postfix) with ESMTP id 06DD31B964 for ; Sun, 13 Jun 2010 21:05:58 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.g3th.net Received: from unknown by localhost (amavisd-new, unix socket) id qqI4jXehqUXB for ; Sun, 13 Jun 2010 21:05:56 +0200 (CEST) Received: from [10.0.1.7] (g225141212.adsl.alicedsl.de [92.225.141.212]) (authenticated) by mail.traeumt.net (amavisd-milter) (authenticated as web50m1); Sun, 13 Jun 2010 21:05:56 +0200 (CEST) (envelope-from ) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: Valid database names in 0.11 From: Jan Lehnardt In-Reply-To: Date: Sun, 13 Jun 2010 21:05:57 +0200 Content-Transfer-Encoding: 7bit Message-Id: References: <4A11BC6B-6435-47FF-B7E0-85B0A100EBC9@googlemail.com> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1078) X-Virus-Checked: Checked by ClamAV on apache.org On 13 Jun 2010, at 19:59, Dirkjan Ochtman wrote: > On Sun, Jun 13, 2010 at 19:57, Jan Lehnardt wrote: >> This is not a bug, the regex to validate a db name is >> >> "^[a-z][a-z0-9\_\$()\+\-\/]*$" and has been for a while. >> >> The wiki states "The name has to start with characters." > > Except that that's false, since "_users" is now also a valid db name. Exceptions and rules :) Cheers Jan --