summaryrefslogtreecommitdiff
path: root/dbtests/querytests.cpp
Commit message (Expand)AuthorAgeFilesLines
* change min/max to minKey maxKeyEliot Horowitz2009-05-221-1/+1
* BUG SERVER-59 when matching expand arrays recursively if contained in differe...Aaron2009-05-211-2/+2
* BUG SERVER-58 fix embedded array matchingAaron2009-05-201-0/+17
* reset shared database after each test suite MINORAaron2009-05-121-1/+1
* unit tests use same database to reduce disk usageAaron2009-05-121-60/+60
* fix compile warning MINORAaron2009-05-081-1/+1
* generate simplified key to match query with simple boundsAaron2009-05-081-0/+14
* make $max query parameter an exclusive boundAaron2009-05-061-4/+4
* DBDirectClient uses main db mutex recursively and preserves database contextAaron2009-05-061-2/+11
* more flexibility and sanity checks for min/max query specsAaron2009-04-301-5/+0
* core implementation of min/max query parametersAaron2009-04-301-0/+64
* don't allow matching an array directly with standard operatorsAaron2009-04-271-0/+88
* BUG SERVER-29 matcher access objects in arrays correctlyAaron2009-04-221-0/+14
* add _id index automatically, don't allow it to be deletedAaron2009-04-201-3/+3
* add unique option when creating index in c++, js drivers; basic unique key un...Aaron2009-04-201-0/+35
* clear index cache in c++ client on dropping collection / databaseAaron2009-04-161-0/+27
* ne applies to all multikey values, adjust 'size' and 'all' behavior for objec...Aaron2009-04-131-1/+15
* check multi ne behavior MINORAaron2009-04-131-0/+14
* empty field spec same as missing field spec for queriesAaron2009-04-081-0/+15
* c++ test for collection name beginning with underscore MINORAaron2009-04-081-0/+15
* don't allow _id to be an arrayAaron2009-04-071-0/+15
* fix compiler warningAaron2009-04-061-1/+1
* add basic count test, in preparation for smarter count code coming after we c...Aaron2009-04-061-0/+24
* Move update related tests to separate fileAaron2009-03-231-159/+1
* mods on missing embedded objects checkpointAaron2009-03-231-10/+9
* Replace emptyObj with BSONObj()Aaron2009-03-191-14/+14
* $set can be used with any type, checkpointAaron2009-03-181-4/+104
* Now forward startLoc, with testAaron2009-03-181-0/+19
* Tailable w/ delete testsAaron2009-03-111-0/+43
* Clean up tailable cursor codeAaron2009-03-111-0/+40
* Don't attempt to make cursor tail immediately if not at endAaron2009-03-111-0/+21
* Add explicit getMore to client interfaceAaron2009-03-101-0/+18
* Key match checkpointAaron2009-03-021-0/+12
* Ignore MinKey and MaxKey in matcherAaron2009-02-271-0/+16
* Remove 'getIndexCursor' referencesAaron2009-02-251-63/+0
* virtual dtors == goodAaron2009-02-181-0/+1
* Fix test failure on hudson boostAaron2009-02-051-1/+1
* More validation for modifier updatesAaron2009-02-051-0/+84
* hint and explainDwight2009-01-301-1/+1
* Add 'fields' spec to cmd run countAaron2009-01-211-0/+67
* Fix simple match spec for encapsulating elements and numbersAaron2009-01-201-0/+125