summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/path_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-1475 Make $type:'array' match outer arrays.David Storch2017-05-081-14/+0
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-4/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-361/+355
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-14886 BSONElementIterator::next() set array offset correctlyJason Rassi2014-11-201-0/+89
* SERVER-15899 BSONElementIterator::more() shouldn't overflow stackJason Rassi2014-11-181-0/+20
* SERVER-11422 better test names. additional test case for path to nested empty...Benety Goh2013-12-181-2/+23
* SERVER-11422 added test cases for null comparisonBenety Goh2013-11-231-0/+28
* SERVER-11455 added Object to support types for dollar type operator when work...Benety Goh2013-11-211-0/+2
* SERVER-10715 Fix unit test compilation failure.Andy Schwerin2013-09-091-10/+10
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9820: change ElementIterator::Element to ContextEliot Horowitz2013-06-051-13/+13
* SERVER-9820: Introduce Path and iterators such that all bson walking logic is...Eliot Horowitz2013-05-301-0/+313