mongopatch
Advanced tools
Changelog
Version 0.7.2
$where
clause when performing updates in document
mode. It caused noticable database-wide slowdowns. Properties added to the root of the document, which pass the query, are not detected anymore when doing optimistic locking.Changelog
Version 0.7.1
Changelog
Version 0.7.0
document
update mode. Uses the whole document as query when performing the update (optimistic locking). This is now the default mode. Issue #3.