GitHub user rnewson opened a pull request:
https://github.com/apache/couchdb/pull/145
Send better error if user specifies key and keys
A confusing "keys is not compatible with start_key" is returned if user
specifies keys and key, because key is internally converted to
start_key/end_key. Return a better error message.
COUCHDB-2053
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/couchdb key-vs-keys
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/145.patch
----
commit a478b4549289810f94332276e1f7fe75d4155212
Author: Robert Newson <[email protected]>
Date: 2014-02-07T11:00:24Z
Send better error if user specifies key and keys
----