[
https://issues.apache.org/jira/browse/COUCHDB-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14355631#comment-14355631
]
Alexander Shorin commented on COUCHDB-2635:
-------------------------------------------
The problem is that to add one more system database you have to edit
couch_db.hrl (now, but was couch_db.erl) to add it into special list which
allows to apply some special hooks and bypass database validation name in order
to create it. This getting worse since fabric have to duplicate a part of this
logic in his own code.
> Replace hardcoded list of systems dbs with registration approach
> ----------------------------------------------------------------
>
> Key: COUCHDB-2635
> URL: https://issues.apache.org/jira/browse/COUCHDB-2635
> Project: CouchDB
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Reporter: ILYA
> Assignee: ILYA
>
> To replace this
> https://github.com/apache/couchdb-couch/blob/master/include/couch_db.hrl#L43:L49
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)