You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2021/09/15 21:53:56 UTC

[couchdb] branch 3.x updated (a36e730 -> 17c029b)

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a change to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from a36e730  Fix meta result for views when limit = 0
     add 064db6f  Revert "Fix meta result for views when limit = 0"
     add 4e158bb  Restrict the limit=0 clause to the sorted=false case as originally intended
     new 17c029b  Merge pull request #3754 from apache/fix-limit0-for-views-again

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/fabric/src/fabric_view_map.erl | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

[couchdb] 01/01: Merge pull request #3754 from apache/fix-limit0-for-views-again

Posted by rn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 17c029b5d97c6baed78b6202805c05a9b962f1ab
Merge: a36e730 4e158bb
Author: Robert Newson <rn...@apache.org>
AuthorDate: Wed Sep 15 22:53:46 2021 +0100

    Merge pull request #3754 from apache/fix-limit0-for-views-again
    
    Fix limit0 for views again

 src/fabric/src/fabric_view_map.erl | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)