You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Chris Anderson (JIRA)" <ji...@apache.org> on 2008/12/16 23:04:46 UTC

[jira] Resolved: (COUCHDB-177) Malformed JSON returned by keys based query

     [ https://issues.apache.org/jira/browse/COUCHDB-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Anderson resolved COUCHDB-177.
------------------------------------

    Resolution: Fixed

fixed in r727156

> 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: COUCHDB-177.patch, 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.