Github user tonysun83 commented on a diff in the pull request:
https://github.com/apache/couchdb-couch/pull/208#discussion_r90331806
--- Diff: src/couch_db.erl ---
@@ -1560,6 +1561,30 @@ is_systemdb(DbName) when is_list(DbName) ->
is_systemdb(DbName) when is_binary(DbName) ->
lists:member(dbname_suffix(DbName), ?SYSTEM_DATABASES).
+format_db_record(#db{} = Db) ->
--- End diff --
should we make this more flexible by adding format_db_record/2 that takes
in a separate list rather and then having it to default to this list when users
don't provide the db keys they want? Just thinking longer term.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---