Re: create doc via _update function

2010-09-02 Thread Zsolt Czinkos
Ah, thanks. I missed that mail thread. Zsolt On Thu, Sep 2, 2010 at 11:01 PM, Zachary Zolton wrote: > Yeah, this is a well known issue with update functions: > http://web.archiveorange.com/archive/v/oW6Dz3P6CjkweAwyl5Mw > > On Thu, Sep 2, 2010 at 3:15 PM, Zsolt Czinkos wrote: >> Hello >> >> I c

Re: create doc via _update function

2010-09-02 Thread Zachary Zolton
Yeah, this is a well known issue with update functions: http://web.archiveorange.com/archive/v/oW6Dz3P6CjkweAwyl5Mw On Thu, Sep 2, 2010 at 3:15 PM, Zsolt Czinkos wrote: > Hello > > I created a document using an _update function, and I had not set an > _id property on it. Couchdb saved this doc wi

create doc via _update function

2010-09-02 Thread Zsolt Czinkos
Hello I created a document using an _update function, and I had not set an _id property on it. Couchdb saved this doc without id. It appears in the list of all documents, but no _id, so I can't delete it since there's no URL to which i could send a DELETE request. Is it a bug or I totally misunde