Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
1.0.1
-
None
-
None
-
OS X, built using brew
Description
Make the following update handler:
'''
function(doc, req){
return [{}, 'done\n'];
}
'''
Then do a POST to the handler. You will then have a document with a blank _id.
Attachments
Issue Links
- duplicates
-
COUCHDB-1483 Update handlers allow documents with empty ids to be created
- Resolved