summaryrefslogtreecommitdiff
path: root/src/mongo/db/field_ref_test.cpp
AgeCommit message (Collapse)Author
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-05-30SERVER-15897: Coverity analysis defect 41886: Overflowed return valueNaama Bareket
2022-03-08SERVER-63466 Fail shardCollection if an indexed encrypted field is used as a ↵Erwin Pe
shard key
2020-04-20SERVER-47476 Use small_vector to be able to store a few multikey components ↵Henrik Edin
without allocating memory Also cleaned up FieldRef
2019-05-28SERVER-40826 Add getters to projection nodesTed Tuckman
2019-04-09SERVER-40476 remove mongoutils::strBilly Donahue
Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare.
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-10-04SERVER-37058: Update with numeric field names inside an array can cause ↵Nick Zolnierz
validation to fail
2018-09-22SERVER-35493 Planning support for "field name or array index" path ↵Bernard Gorman
components in wildcard indexes
2018-09-05SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch
2018-04-02SERVER-34218 Always reinitialize fields in FieldRef::parse().Justin Seyster
Previously, calling FieldRef::FieldRef(StringData) never initialized _cachedSize, resulting in unpredictable build failures. Additionally, calling FieldRef::parse(StringData) with the empty string did not reinitialize the FieldRef.
2017-05-22SERVER-28758 Add appendPart and removeLastPart operations to FieldRefJustin Seyster
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2014-10-16SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer
2014-05-16SERVER-13264 Move Apache-licensed files to AGPLIan Whalen
Also update generators.
2014-01-04SERVER-10159 Store the FieldRef for _id in a file static to avoid a dynamic ↵Andrew Morrow
allocation
2013-09-25SERVER-10159 Re-serialize and cache dotted form in FieldRef on requestAndrew Morrow
2013-09-13SERVER-10159 Fix invalid dereference of end iterator while parsing invalid ↵Andrew Morrow
field names
2013-07-05SERVER-7175 Support for catching conflicting mods in the update driver.Alberto Lerner
2013-06-18SERVER-7174: new rename modScott Hernandez
2013-05-09SERVER-6400: FieldRef support for sub dottedFieldEliot Horowitz
2013-05-09SERVER-6400 FieldRef has a equalsDottedField to compare it to a full stringEliot Horowitz
2013-05-06SERVER-7172 Allow init() to be called more than once in field parsing (for ↵Alberto Lerner
reuse).
2013-01-16SERVER-5710 Changed KeyPattern.hasField() sematics to consider dotted field ↵Alberto Lerner
prefixes.