You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/23 09:55:00 UTC

[GitHub] rnewson commented on a change in pull request #1605: Feature/user partitioned databases

rnewson commented on a change in pull request #1605: Feature/user partitioned databases
URL: https://github.com/apache/couchdb/pull/1605#discussion_r235889226
 
 

 ##########
 File path: src/chttpd/src/chttpd_db.erl
 ##########
 @@ -1453,6 +1525,18 @@ parse_engine_opt(Req) ->
             end
     end.
 
+
+parse_partitioned_opt(Req) ->
+    case chttpd:qs_value(Req, "partitioned") of
 
 Review comment:
   we now handle false but I don't think there's much precedence for case-insensitivity

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services