[
https://issues.apache.org/jira/browse/COUCHDB-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Joseph Davis updated COUCHDB-307:
--------------------------------------
Skill Level: Regular Contributors Level (Easy to Medium)
> windows drive letters in 'database_dir' breaks _all_dbs
> -------------------------------------------------------
>
> Key: COUCHDB-307
> URL: https://issues.apache.org/jira/browse/COUCHDB-307
> Project: CouchDB
> Issue Type: Bug
> Environment: windows trunk - r758137
> Reporter: Mark Hammond
> Priority: Minor
>
> I had configured my default.ini with:
> [couchdb]
> database_dir=C:/erl5.6.5/usr/couch_data
> view_index_dir=C:/erl5.6.5/usr/couch_data
> Couch would start and futon would let me create a DB named 'test'. However,
> requesting _all_dbs resulted in:
> ["c/test"]
> Note the leading 'c/'. Requesting this database name obviously failed. If I
> reconfigured couch to remove the 'C:' from those settings, or even changed it
> to a lowercase 'c:', I got the expected:
> ["test"]
> I'm not sure if this is a real bug or simply a documentation issue? Either
> way, its worth recording here for now.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.