Fixed a bug on delete() and isDeleted() methods
A saving operation was failing in case delete() is called on the document. CouchDB _deleted attribute uses, in fact, a boolean and I was assigning a string. Fixed.
A saving operation was failing in case delete() is called on the document. CouchDB _deleted attribute uses, in fact, a boolean and I was assigning a string. Fixed.