summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/updatetests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-2/+3
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-125/+134
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-191/+248
* SERVER-58735 Repurpose LastError for NotPrimaryError trackerYoonsoo Kim2021-08-041-1/+0
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-6/+1
* SERVER-56907 Remove feature flag for Mitigate pain of using field names with ...Milena Ivanova2021-07-051-12/+3
* SERVER-57459 Make dbtests and unittests getLastError-freeIrina Yatsenko2021-06-241-45/+31
* SERVER-52307 Enable dots and dollars feature flagAlya Berciu2021-05-181-2/+12
* Revert "SERVER-49117 Remove storage validation of '$' and '.' in field names ...Charlie Swanson2020-08-061-0/+23
* SERVER-49117 Remove storage validation of '$' and '.' in field names for inse...Junhson Jean-Baptiste2020-08-041-23/+0
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-12/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-4/+4
* SERVER-33226: remove getPrevError() commandKim Tao2019-01-101-1/+1
* SERVER-30815 Remove the mongodmain libraryAndrew Morrow2018-11-271-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-1/+2
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-27233 fix namespaces to de-dup symbol mongo::myallMatt Cotter2016-12-011-1/+1
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-82/+83
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-2/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-23/+36
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+3
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-3/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1911/+1978
* 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