summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_parser_geo_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22473 Return error status when parsing GeoNear exrpession instead of e...joshua2021-03-301-0/+9
* 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-8/+10
* SERVER-31496 MatchExpressionParser::parse() should not throwTess Avitabile2017-10-111-33/+22
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-101/+36
* SERVER-30954 Remove support for expr constant expressions from ComparisonMatc...Tess Avitabile2017-09-061-17/+0
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-60/+178
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-11/+11
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-0/+14
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-13/+22
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-25/+25
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-36/+72
* SERVER-19783 geoNear, near, and nearSphere correctly handle adjacent and chil...Benjamin Murphy2016-02-111-3/+41
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-18/+37
* SERVER-19713 $maxDistance should not be able to take a BSONObjQingyang Chen2015-08-061-0/+112
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-3/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-30/+31
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-0/+2
* SERVER-12929 propage error from GeoQuery::parseNewQuery to expression parserBenety Goh2014-03-061-0/+9
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-0/+14
* SERVER-6400 fix function names in testsEric Milkie2013-05-091-5/+5
* SERVER-6400: MatchExpression version of Matcher code complete.Eliot Horowitz2013-05-061-0/+43