Malformed JSON returned by keys based query
-------------------------------------------
Key: COUCHDB-177
URL: https://issues.apache.org/jira/browse/COUCHDB-177
Project: CouchDB
Issue Type: Bug
Components: JavaScript View Server
Affects Versions: 0.9
Reporter: Paul Carey
Attachments: keys_based_query.sh
If not all keys exist for a keys based query on a reduce view, malformed JSON
may be returned.
The attached test case queries a view that returns an array commencing with a
comma character.
{"rows":[,{"key":"1","value":1}]}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.