Description
Currently, db.coll.update(...) utilizes two boolean values to represent upsert and multiupdate. It would be more intuitive and memorable (as well as backwards compatible) if one could pass an object mapping "multi" and "upsert", instead.
Currently, db.coll.update(...) utilizes two boolean values to represent upsert and multiupdate. It would be more intuitive and memorable (as well as backwards compatible) if one could pass an object mapping "multi" and "upsert", instead.