summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_rename_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-141-468/+0
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-56/+61
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-1/+1
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-18/+10
* SERVER-7005 reject embedded null bytes in $renameDavid Storch2016-04-211-0/+27
* SERVER-21647 add missing $rename unit testDavid Storch2015-12-301-0/+6
* SERVER-21647 fix $rename to not re-order fields when the destination field is...David Storch2015-12-301-0/+42
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-338/+338
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-15029: missing rename source field should be a no-opScott Hernandez2014-09-031-0/+15
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-12/+46
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10163: don't enforce viable path restriction for replication related u...Scott Hernandez2013-08-011-14/+28
* SERVER-10296 Allow $unset and $rename to act on invalid namesAndrew Morrow2013-07-261-0/+24
* SERVER-10267 Remove in-place state from mods now that mutable and udpate driv...Andrew Morrow2013-07-221-6/+6
* SERVER-10162 Generate properly grouped oplog update components in new update ...Andrew Morrow2013-07-191-9/+18
* SERVER-7174: new rename modScott Hernandez2013-06-181-0/+287