You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2020/04/06 19:54:14 UTC

[couchdb] branch db-softdeletion updated (e8de2fc -> cb5a657)

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

davisp pushed a change to branch db-softdeletion
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from e8de2fc  refactor code
     add 504debf  Remove key handling from HTTP layer
     add e95c9dd  Allow for unwrapped keys as start/end keys
     add 3c17225  Set timestamp portion of start/end keys
     add 32963b4  Remove unused function
     add 333ad4f  Rename for consistency
     add c4a7196  Rename and move functions for consistency
     add cb5a657  Add tests for the start/end timestamps

No new revisions were added by this update.

Summary of changes:
 src/chttpd/src/chttpd_misc.erl            |  42 +-------
 src/fabric/src/fabric2_db.erl             |  51 +++++++---
 src/fabric/src/fabric2_fdb.erl            |  12 ++-
 src/fabric/test/fabric2_db_crud_tests.erl | 153 +++++++++++++++++++++---------
 4 files changed, 161 insertions(+), 97 deletions(-)