Skip to content

Fixed a bug on delete() and isDeleted() methods

Compare
Choose a tag to compare
@dedalozzo dedalozzo released this 02 May 16:40
· 81 commits to master since this release

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.