chrishinds / committed

nodejs package providing a framework for failure-resistant transaction and audit support atop mongodb-native and async.queue
GNU General Public License v3.0
7 stars 1 forks source link

updateManyOp fails when updating 0 docs #1

Closed simon-bond closed 10 years ago

simon-bond commented 10 years ago

If the selector for an updateManyOp instruction matches no documents, the instruction fals with error 'updateManyOp can update only one document, using #{selector} 0 were found'.

chrishinds commented 10 years ago

fixed + 2 new tests, have published v1.0.2. Many thanks!