summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_current_date_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
|
* SERVER-32048 Ensure updates that implicitly create an array element generate ↵Tess Avitabile2017-12-111-0/+37
| | | | | | new null index keys (cherry picked from commit 69f94d7172801725bad43dba99ca0e5400eb293c)
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-13/+17
|
* SERVER-28455 Implement LogicalClockTestFixtureJack Mulrow2017-05-011-6/+25
|
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-1/+1
|
* SERVER-27746: Integrate LogicalClock with oplogMisha Tyulenev2017-02-151-11/+18
|
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-10/+10
| | | | | | | | | | | BSONObj instances should now be compared via the comparator interface's evaluate() method. This preferred over using BSONObj::woCompare() directly. If the comparison doesn't require any database semantics (e.g. there is no collation), there is a global instance of the SimpleBSONObjComparator which should be used for BSONObj comparisons. If the comparison requires special semantics, then callers must instantiate their own comparator object.
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+2
| | | | | | Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com> Closes #988
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-302/+298
|
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-5/+5
|
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
|
* SERVER-10911: Add $currentDate update modifierScott Hernandez2013-09-271-0/+365