summaryrefslogtreecommitdiff
path: root/dbtests/querytests.cpp
AgeCommit message (Expand)Author
2010-02-02SERVER-595 add testAaron
2010-01-29get rid of setClient - all Database storage is in Client::ContextEliot Horowitz
2010-01-12SERVER-531 refactor code for not influencing lastErrorAaron
2010-01-03a little code cleanup / renameingDwight
2009-12-31compileDwight
2009-12-21fix cpp unit tests were failing on windows _DEBUG buildDwight
2009-12-21MINOR fix warningAaron
2009-12-18tests and minor fixes for SERVER-181 and SERVER-273Eliot Horowitz
2009-12-06fix test lockingEliot Horowitz
2009-12-04moving towards direct access from DBDirectClient rather than through message ...Eliot Horowitz
2009-12-03some more helpers for queryingEliot Horowitz
2009-11-30Loosen test because capped collection size isn't exactMathias Stearn
2009-11-25forgot a testEliot Horowitz
2009-11-25use Helpers::findById for simpel _id lookupsEliot Horowitz
2009-11-25some btree helpers and testEliot Horowitz
2009-10-19field selector no longer effects which objects are returnedEliot Horowitz
2009-10-14move the var 'database' inside Client objectDwight
2009-10-13fix bug with cursors and capped collections where cursor could get partial dataEliot Horowitz
2009-10-09arrays match themselves in queryies SERVER-146Eliot Horowitz
2009-09-30win pre-compild headersunknown
2009-09-18minor: specify mongo namespace to avoid clash on windowsMike Dirolf
2009-09-18minor: whitespaceMike Dirolf
2009-09-17new unit test frameworkEliot Horowitz
2009-08-27use canonicalType in a couple more places - make symbol test workEliot Horowitz
2009-08-27symbol test not working yetEliot Horowitz
2009-08-25test for broken indexing thing - doesn't assert - just printsEliot Horowitz
2009-07-17update tests to match array matching change MINOREliot Horowitz
2009-05-22change min/max to minKey maxKeyEliot Horowitz
2009-05-21BUG SERVER-59 when matching expand arrays recursively if contained in differe...Aaron
2009-05-20BUG SERVER-58 fix embedded array matchingAaron
2009-05-12reset shared database after each test suite MINORAaron
2009-05-12unit tests use same database to reduce disk usageAaron
2009-05-08fix compile warning MINORAaron
2009-05-08generate simplified key to match query with simple boundsAaron
2009-05-06make $max query parameter an exclusive boundAaron
2009-05-06DBDirectClient uses main db mutex recursively and preserves database contextAaron
2009-04-30more flexibility and sanity checks for min/max query specsAaron
2009-04-30core implementation of min/max query parametersAaron
2009-04-27don't allow matching an array directly with standard operatorsAaron
2009-04-22BUG SERVER-29 matcher access objects in arrays correctlyAaron
2009-04-20add _id index automatically, don't allow it to be deletedAaron
2009-04-20add unique option when creating index in c++, js drivers; basic unique key un...Aaron
2009-04-16clear index cache in c++ client on dropping collection / databaseAaron
2009-04-13ne applies to all multikey values, adjust 'size' and 'all' behavior for objec...Aaron
2009-04-13check multi ne behavior MINORAaron
2009-04-08empty field spec same as missing field spec for queriesAaron
2009-04-08c++ test for collection name beginning with underscore MINORAaron
2009-04-07don't allow _id to be an arrayAaron
2009-04-06fix compiler warningAaron
2009-04-06add basic count test, in preparation for smarter count code coming after we c...Aaron