[ 
https://issues.apache.org/jira/browse/COUCHDB-741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Frank updated COUCHDB-741:
--------------------------

    Attachment: COUCHDB-741.patch

trivial fix of error message

> incompete error message when creating database with invalid name
> ----------------------------------------------------------------
>
>                 Key: COUCHDB-741
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-741
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Database Core, Documentation
>    Affects Versions: 0.11
>            Reporter: Andrew Alexander
>            Priority: Trivial
>         Attachments: COUCHDB-741.patch
>
>
> The illegal_database_name reason fails to specify all the requirements, 
> causing it to be misleading. See example below. (failed to begin with a 
> letter)
> x...@dev:$ restclient http://127.0.0.1:5984/4df57220060c10afb9aad04dec097388
> {
>     "error": "illegal_database_name",
>     "reason": "Only lowercase characters (a-z), digits (0-9), and any of the 
> characters _, $, (, ), +, -, and / are allowed"
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to