nickva commented on code in PR #5515:
URL: https://github.com/apache/couchdb/pull/5515#discussion_r2067870942
##########
src/couch_mrview/src/couch_mrview_show.erl:
##########
@@ -224,7 +224,8 @@ handle_view_list(Req, Db, DDoc, LName, VDDoc, VName, Keys)
->
Acc = #lacc{db = Db, req = Req, qserver = QServer, lname = LName},
case VName of
<<"_all_docs">> ->
- couch_mrview:query_all_docs(Db, Args, fun list_cb/2, Acc);
+ ValidatedArgs =
couch_mrview_util:validate_all_docs_args(Db, Args),
Review Comment:
Thank you. It turns out we didn't have any local _list tests, just chttpd
ones. So I added a new test suite for local _list functions.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]