diff options
author | Filipe David Borba Manana <fdmanana@apache.org> | 2010-11-19 12:37:27 +0000 |
---|---|---|
committer | Filipe David Borba Manana <fdmanana@apache.org> | 2010-11-19 12:37:27 +0000 |
commit | c05c268204f6c848f08ddb248850fb1aa7acb6a9 (patch) | |
tree | 7430364b697e54d001871a2725589de35845fb8d /CHANGES | |
parent | b1978300207a8ba888a85b0302fc98293f54fdb2 (diff) |
For absolute consistency, renamed aliases start_key_docid and end_key_docid to start_key_doc_id and end_key_doc_id.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1036818 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,8 +40,8 @@ View Server: returning a `stale=ok` response. * Warn about empty result caused by `startkey` and `endkey` limiting. * Built-in reduce function `_sum` now accepts lists of integers as input. - * Added view query aliases start_key, end_key, start_key_docid and - end_key_docid. + * Added view query aliases start_key, end_key, start_key_doc_id and + end_key_doc_id. Version 1.0.1 ------------- |