index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
field_ref_test.cpp
Age
Commit message (
Expand
)
Author
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-05-30
SERVER-15897: Coverity analysis defect 41886: Overflowed return value
Naama Bareket
2022-03-08
SERVER-63466 Fail shardCollection if an indexed encrypted field is used as a ...
Erwin Pe
2020-04-20
SERVER-47476 Use small_vector to be able to store a few multikey components w...
Henrik Edin
2019-05-28
SERVER-40826 Add getters to projection nodes
Ted Tuckman
2019-04-09
SERVER-40476 remove mongoutils::str
Billy Donahue
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-10-04
SERVER-37058: Update with numeric field names inside an array can cause valid...
Nick Zolnierz
2018-09-22
SERVER-35493 Planning support for "field name or array index" path components...
Bernard Gorman
2018-09-05
SERVER-36109 Provide planner with multikey metadata for $** indexes.
David Storch
2018-04-02
SERVER-34218 Always reinitialize fields in FieldRef::parse().
Justin Seyster
2017-05-22
SERVER-28758 Add appendPart and removeLastPart operations to FieldRef
Justin Seyster
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2014-10-16
SERVER-14973 consolidate shard key parsing, cleanup shard key patterns
Greg Studer
2014-05-16
SERVER-13264 Move Apache-licensed files to AGPL
Ian Whalen
2014-01-04
SERVER-10159 Store the FieldRef for _id in a file static to avoid a dynamic a...
Andrew Morrow
2013-09-25
SERVER-10159 Re-serialize and cache dotted form in FieldRef on request
Andrew Morrow
2013-09-13
SERVER-10159 Fix invalid dereference of end iterator while parsing invalid fi...
Andrew Morrow
2013-07-05
SERVER-7175 Support for catching conflicting mods in the update driver.
Alberto Lerner
2013-06-18
SERVER-7174: new rename mod
Scott Hernandez
2013-05-09
SERVER-6400: FieldRef support for sub dottedField
Eliot Horowitz
2013-05-09
SERVER-6400 FieldRef has a equalsDottedField to compare it to a full string
Eliot Horowitz
2013-05-06
SERVER-7172 Allow init() to be called more than once in field parsing (for re...
Alberto Lerner
2013-01-16
SERVER-5710 Changed KeyPattern.hasField() sematics to consider dotted field p...
Alberto Lerner