Update handlers can make documents with blank _id
-------------------------------------------------
Key: COUCHDB-985
URL: https://issues.apache.org/jira/browse/COUCHDB-985
Project: CouchDB
Issue Type: Bug
Components: Database Core, JavaScript View Server
Affects Versions: 1.0.1
Environment: OS X, built using brew
Reporter: Nick Fisher
Priority: Minor
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.