jiangphcn edited a comment on issue #2666: soft-deletion for database URL: https://github.com/apache/couchdb/pull/2666#issuecomment-609814355 thanks @davisp and @mikerhodes for comments over weekend. I come with up one new commit e8de2fc where mainly covers the suggestion from Paul about code refactor. One thing is related to combine implementation of `/_deleted_dbs` and `/_deleted_dbs?key`. This mainly follows the way of `_dbs_info` while there is slight difference for `/_deleted_dbs?key` because the key in key/value pair for `_deleted_dbs` is not only `dbname`, but also includes `timestamp`. So i introduce the way of https://github.com/apache/couchdb/pull/2666/commits/527d2817e296a30439c6a5337dc0794adf2eeec0#diff-20d0112d14281f71e2bd09f75da80f27R286-R295 to find dbinfo for specified key.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
