mikeal / node.couchapp.js

Utility for writing couchapps.
Apache License 2.0
406 stars 78 forks source link

Fix multiple PUT if doc.__attachments.length > 1 #103

Open jbrunner opened 9 years ago

jbrunner commented 9 years ago

Adding multiple dirs using couchapp.loadAttachments() results in multiple PUT's. Document update conflicts.