davisp commented on a change in pull request #2538: Encode startkey/endkey for 
all_docs
URL: https://github.com/apache/couchdb/pull/2538#discussion_r377870849
 
 

 ##########
 File path: src/fabric/src/fabric2_util.erl
 ##########
 @@ -235,3 +237,12 @@ hex_to_nibble(N) ->
 
 uuid() ->
     to_hex(crypto:strong_rand_bytes(16)).
+
+
+all_docs_encode(null) -> <<>>;
 
 Review comment:
   This function name is a bit vague. How about `encode_all_docs_key` maybe?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to