davisp commented on a change in pull request #1789: New Feature: Database
Partitions
URL: https://github.com/apache/couchdb/pull/1789#discussion_r242669873
##########
File path: src/couch/src/couch_db.erl
##########
@@ -583,6 +603,10 @@ get_db_info(Db) ->
undefined -> null;
Else1 -> Else1
end,
+ Props = case couch_db_engine:get_props(Db) of
+ undefined -> null;
Review comment:
Good catch. I've fixed this and will add a test for it. Unless I'm mistaken
the general project guidance on client libraries is to not blow up as JSON keys
are added to responses.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services