You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ji...@apache.org on 2020/11/10 03:36:04 UTC

[couchdb] branch 3.x updated (fb91f37 -> 0746519)

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

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


    from fb91f37  Merge pull request #3255 from apache/3.x-reset-corrupt-view-index-2
     add 59ae7ac  added $keyMapMatch Mango operator
     new 0746519  Merge pull request #3254 from apache/3.x-add-mango-operator-match-key-in-map

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/mango/src/mango_selector.erl   | 32 ++++++++++++++++++++++++++++++++
 src/mango/test/03-operator-test.py |  9 +++++++++
 2 files changed, 41 insertions(+)


[couchdb] 01/01: Merge pull request #3254 from apache/3.x-add-mango-operator-match-key-in-map

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

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

commit 07465195409c4aa9d855545130744bcdec864e37
Merge: fb91f37 59ae7ac
Author: Peng Hui Jiang <ji...@cn.ibm.com>
AuthorDate: Tue Nov 10 11:14:17 2020 +0800

    Merge pull request #3254 from apache/3.x-add-mango-operator-match-key-in-map
    
    added $keyMapMatch Mango operator

 src/mango/src/mango_selector.erl   | 32 ++++++++++++++++++++++++++++++++
 src/mango/test/03-operator-test.py |  9 +++++++++
 2 files changed, 41 insertions(+)