summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/updatetests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-991 SERVER-8008 Replaced $trimTo by $slice (but only accepting negativ...Alberto Lerner2013-01-031-196/+276
* SERVER-6669 SERVER-4713 Validate that a positional match is found before appl...aaron2012-12-271-0/+76
* Server-8008 Allowed to sort the result of a $push array when using $trimTo.Alberto Lerner2012-12-261-0/+763
* SERVER-991 Allowed trimTo to be a double if it's not fractional.Alberto Lerner2012-12-121-0/+25
* SERVER-340 Created a $setOnInsert update operator.Alberto Lerner2012-12-121-0/+65
* SERVER-991 Added ability to trim array as part of a $push.Alberto Lerner2012-12-121-1/+267
* SERVER-7186 Fixed addToSet logging for an element that exists and is not at t...Alberto Lerner2012-10-171-3/+3
* SERVER-7371 Remove old comment.Alberto Lerner2012-10-161-1/+0
* SERVER-7371 Fix corner case where an update mod is applied twice.Alberto Lerner2012-10-161-0/+17
* SERVER-4781 If in initial replication, allow a non-strict mod applying policy.Alberto Lerner2012-10-151-2/+0
* Revert "SERVER-4781 Allowed setting over an object whose path is only partial...Alberto Lerner2012-10-151-3/+3
* SERVER-4781 Allowed setting over an object whose path is only partially const...Alberto Lerner2012-10-141-3/+3
* SERVER-7186 Fixed unittest impacted by previous commit.Alberto Lerner2012-10-121-1/+1
* SERVER-7186 Optimized logging of push and addToSet update modifiers.Alberto Lerner2012-10-111-2/+2
* SERVER-7186 Addressed idempotency violations in update operators.Alberto Lerner2012-10-041-8/+450
* Pulled update modifiers code into its own file.Alberto Lerner2012-05-111-5/+6
* Clean some query related includes.Aaron2012-04-061-1/+0
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-0/+1
* SERVER-4776 only use numeric comparison in updates when applying modifiers to...Aaron2012-03-061-0/+15
* Add update test for inc operator oplog rewriteAaron2012-03-061-1/+15
* SERVER-4777 avoid 'weird case' assertion on modifier update with duplicate fi...Aaron2012-02-061-3/+38
* SERVER-4777 testAaron2012-02-061-0/+10
* SERVER-4779 testAaron2012-02-061-10/+0
* SERVER-4777 testAaron2012-02-061-0/+10
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+877