You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* allow BSON::Timestamp to be demongoized to a Time instance
* Add support for $currentDate operation
* $min implementation for Contextual::Atomic
* Implement $min on documents
* $max implementation for Contextual::Atomic
* Implement $max operator for documents
* $mul for documents
* $mul operation for Contextual::Atomic
* initial support for $setOnInsert
note: this doesn't (yet) work for upserts with `replace: true`
* update_min => set_min, with alias as set_upper_bound
* update_max -> set_max (with clamp_lower_bound alias)
* min -> set_min (with clamp_upper_bound alias)
* max -> set_max (with clamp_lower_bound alias)
* mul -> set_mul
* mul -> set_mul
* remove the $currentDate implementation
see comment on 5442 for background
* remove current_date
* guard against empty argument (for earlier mongodb versions)
0 commit comments