summaryrefslogtreecommitdiff
path: root/dbtests
Commit message (Expand)AuthorAgeFilesLines
* refactor pairing codeAaron2009-04-221-4/+2
* BUG SERVER-29 matcher access objects in arrays correctlyAaron2009-04-221-0/+14
* don't update id index when id field is to be addedAaron2009-04-212-51/+62
* add index id in userCreateNS, unless this is not requested in create specAaron2009-04-211-56/+57
* update perf tests to work with auto _id index creationAaron2009-04-201-22/+16
* add _id index automatically, don't allow it to be deletedAaron2009-04-201-3/+3
* fix interpretation of non numberic index direction specAaron2009-04-201-0/+7
* use file allocator in perf tests, reformat test outputAaron2009-04-201-3/+17
* add unique option when creating index in c++, js drivers; basic unique key un...Aaron2009-04-203-5/+40
* clear index cache in c++ client on dropping collection / databaseAaron2009-04-161-0/+27
* use file allocator in unit testsAaron2009-04-161-0/+5
* disable test updating objects without id MINORAaron2009-04-131-1/+3
* add ObjectId parsing testAaron2009-04-131-0/+14
* 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
* fix compile warning MINORAaron2009-04-091-2/+2
* log separate op for each deleted objectAaron2009-04-092-7/+27
* 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
* handle nan and inf double values in comparisonAaron2009-04-071-0/+26
* don't allow _id to be an arrayAaron2009-04-071-0/+15
* add numberic comparison test MINORAaron2009-04-061-0/+10
* update count perf tests MINORAaron2009-04-061-18/+30
* MINOR fix compiler warningsAaron2009-04-061-3/+3
* count perf testsAaron2009-04-061-0/+44
* 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
* array elt may not contain referenced subobjectAaron2009-04-061-0/+15
* add $all query optionAaron2009-04-061-0/+1
* whitespaceMike Dirolf2009-04-031-119/+119
* Print compilation info in test outputAaron2009-03-311-1/+3
* Print compilation info in test outputAaron2009-03-311-0/+2
* Perf tests for mod updatesAaron2009-03-271-0/+48
* When checking that a mod will not modify an indexed field, validate parent/ch...Aaron2009-03-271-0/+22
* Add SIZE labelAaron2009-03-271-1/+10
* Don't drop certain empty objectsAaron2009-03-271-0/+20
* Better $push type validationAaron2009-03-261-0/+20
* Don't double-increment 'left'Aaron2009-03-261-0/+10
* Build a subobject without recopying the contentsAaron2009-03-251-0/+28
* $push idempotence checkpointAaron2009-03-251-0/+48
* $push replayAaron2009-03-251-0/+16
* Add $size query optionAaron2009-03-251-0/+11
* More push testsAaron2009-03-251-0/+40
* $push checkpointAaron2009-03-241-0/+30
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-241-4/+4
|\
| * Use string instead of char * in client codeAaron2009-03-241-4/+4
* | $push checkpointAaron2009-03-241-0/+10
* | Upsert insert with embedded objectsAaron2009-03-242-2/+11
* | More embedded mod corner casesAaron2009-03-241-3/+39
* | Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-241-0/+8
|\ \ | |/