summaryrefslogtreecommitdiff
path: root/src/mongo/db/field_ref_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63466 Fail shardCollection if an indexed encrypted field is used as a ...Erwin Pe2022-03-081-0/+31
* SERVER-47476 Use small_vector to be able to store a few multikey components w...Henrik Edin2020-04-201-2/+2
* SERVER-40826 Add getters to projection nodesTed Tuckman2019-05-281-0/+33
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-18/+15
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz2018-10-041-5/+5
* SERVER-35493 Planning support for "field name or array index" path components...Bernard Gorman2018-09-221-0/+37
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-051-0/+38
* SERVER-34218 Always reinitialize fields in FieldRef::parse().Justin Seyster2018-04-021-0/+9
* SERVER-28758 Add appendPart and removeLastPart operations to FieldRefJustin Seyster2017-05-221-0/+471
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-276/+276
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-0/+42
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-10159 Store the FieldRef for _id in a file static to avoid a dynamic a...Andrew Morrow2014-01-041-48/+21
* SERVER-10159 Re-serialize and cache dotted form in FieldRef on requestAndrew Morrow2013-09-251-1/+0
* SERVER-10159 Fix invalid dereference of end iterator while parsing invalid fi...Andrew Morrow2013-09-131-0/+11
* SERVER-7175 Support for catching conflicting mods in the update driver.Alberto Lerner2013-07-051-28/+105
* SERVER-7174: new rename modScott Hernandez2013-06-181-0/+35
* SERVER-6400: FieldRef support for sub dottedFieldEliot Horowitz2013-05-091-0/+13
* SERVER-6400 FieldRef has a equalsDottedField to compare it to a full stringEliot Horowitz2013-05-091-0/+18
* SERVER-7172 Allow init() to be called more than once in field parsing (for re...Alberto Lerner2013-05-061-0/+11
* SERVER-5710 Changed KeyPattern.hasField() sematics to consider dotted field p...Alberto Lerner2013-01-161-0/+131