Popular repositories
1 contribution in the last year
Contribution activity
January 2021
Created an issue in meteor/meteor that received 2 comments
MongoDB driver does not support MongoDB 4.2 update method with aggregation
MongoDB 4.2 allows updates such as
db.collection.update({}, [{$set: {b: '$a'}], {multi:true});
The driver code https://github.com/meteor/meteor/bl…
2
comments