Jan Lehnardt wrote:
On 21 Mar 2009, at 11:38, Apache Wiki wrote:
== Changes Between 0.8.x and 0.9.0pre ==
+
+ === Response to Bulk Creation/Updates ===
+
+ The response to a bulk creation / update now looks like this
+
+ {{{
+ [
+ {"id": "0", "rev": "3682408536"},
+ {"id": "1", "rev": "3206753266"},
+ {"id": "2", "error": "conflict", "reason": "Document update
conflict."}
+ ]
+ }}}
=== Database File Format ===
I'm not sure this change is intentional. Damien, Chris?
I'd opt for a full JSON object. Not all client libs like parsing JSON
partials.
Cheers
Jan
--
This behaviour is also documented as such on
http://wiki.apache.org/couchdb/HTTP_Document_API
Regards,
Sven Helmberger