Joined October 2013
·
Posted to
Give static typing a new and fair chance - Part 1
over 1 year
ago
I'm looking forward to the next post.
Posted to
Easy to read stats from the MongoDB shell
over 1 year
ago
Something is wrong with the last row in the *Size column. It looks like it should be a total while for 8.2kB + 4.1kB it presents 204B instead of 12.3kB.
Achievements
81 Karma
2,066 Total ProTip Views
Komodo Dragon 3
Have at least three original repos where Java is the dominant language
Forked
Have a project valued enough to be forked by someone else
Komodo Dragon
Have at least one original repo where Java is the dominant language
Charity
Fork and commit to someone's open source project in need
Notice that the update methods you presented above will update only the first matched document.
To update all matching documents you need to add third parameter: {multi: true}