You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by to...@apache.org on 2019/01/25 21:18:01 UTC

[couchdb] branch fix-empty-selector-issues updated (4c9546c -> df3039a)

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

tonysun83 pushed a change to branch fix-empty-selector-issues
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 4c9546c  fix empty queries
     new bd40f26  make views, _all_docs also no-op like text indexes
     new df3039a  update tests for all three index types

The 11452 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_cursor.erl            | 19 ++++++++-
 src/mango/src/mango_cursor_special.erl    |  7 ++--
 src/mango/src/mango_cursor_view.erl       | 16 ++++++--
 src/mango/test/02-basic-find-test.py      |  1 +
 src/mango/test/06-basic-text-test.py      | 35 ----------------
 src/mango/test/21-empty-selector-tests.py | 66 +++++++++++++++++++++++++++++++
 src/mango/test/mango.py                   |  8 ++--
 7 files changed, 107 insertions(+), 45 deletions(-)
 create mode 100644 src/mango/test/21-empty-selector-tests.py