summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/updatetests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-7/+2
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-2/+7
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-7/+2
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-1/+1
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-15641 Fix memory leaks in C++ dbtestsAndrew Morrow2014-10-151-3/+7
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-329/+329
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-329/+329
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-329/+329
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-329/+329
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-329/+329
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-1/+3
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-6/+5
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-16/+10
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-10/+16
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-16/+10
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-10545 Fix test with wrong syntax.Alberto Lerner2013-10-121-2/+1
* SERVER-9590 SERVER-8069: make sure to validate $sort number for $push and rem...Scott Hernandez2013-10-011-32/+0
* SERVER-10497 Remove legacy update frameworkAndrew Morrow2013-08-131-811/+23
* SERVER-9067 Fix repl and update tests that depended on field orderingAndrew Morrow2013-07-251-5/+13
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-4/+3
* SERVER-8680 $setOnInsert should not create an empty parent object when it sho...Alberto Lerner2013-02-271-1/+15
* SERVER-8640 Fixed $setOnInsert over a field created by the query portion of a...Alberto Lerner2013-02-211-0/+17
* SERVER-8173: fix other update tests for new ModSet apiEliot Horowitz2013-02-151-2/+2
* SERVER-8173: add a new IndexPathSet class to make checking if a mod will udpa...Eliot Horowitz2013-02-151-31/+0
* SERVER-340 $setOnInsert should be a no-op in an update.Alberto Lerner2013-02-071-19/+70
* SERVER-8303 Fix $push with a single $each clause behavior.Alberto Lerner2013-01-291-0/+26
* SERVER-1606: don't duplicate update namesEliot Horowitz2013-01-281-5/+18
* SERVER-8172 Exclude $not query operator fields from new upsert document.aaron2013-01-161-0/+14
* SERVER-8008 Moved checks for sort pattern to early and performed them only on...Alberto Lerner2013-01-151-22/+42
* SERVER-7511: fix update with positional mod or index offsetEliot Horowitz2013-01-091-0/+32
* 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