summaryrefslogtreecommitdiff
path: root/dbtests
Commit message (Expand)AuthorAgeFilesLines
* fix broken test file from last commitDwight2009-07-071-53/+57
* fix $(gl)te? scanning for numeric indexes SERVER-99Eliot Horowitz2009-07-061-4/+18
* cimpile IdSet MINOREliot Horowitz2009-07-021-0/+2
* make warning show up in buildbot if triggered MINOREliot Horowitz2009-06-301-1/+1
* fix $in with NumberInt, NumberDouble SERVER-113Eliot Horowitz2009-06-241-0/+34
* fix appending BSONElement via <<Eliot Horowitz2009-06-131-0/+12
* add var test that already worked MINOREliot Horowitz2009-06-111-0/+17
* finish SERVER-101 move BSONObjIterator::_more to BSONObjIterator::moreEliot Horowitz2009-06-091-2/+2
* moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()Eliot Horowitz2009-06-091-2/+6
* BinData for spider monkey SERVER-97Eliot Horowitz2009-06-051-0/+42
* db ref for javascript and shell SERVER-46Eliot Horowitz2009-06-031-1/+38
* CodeWScope SERVER-80Eliot Horowitz2009-06-011-0/+33
* comments MINORAaron2009-05-281-0/+1
* file allocator compile windows MINORAaron2009-05-282-6/+0
* solaris compile MINOREliot Horowitz2009-05-271-2/+3
* correctly escape backslashes in test MINORAaron2009-05-271-1/+1
* sm correctly read strings as utf8 even if JS_EncodeCharacters doesn't work as...Aaron2009-05-271-0/+17
* test cleanup MINORAaron2009-05-271-0/+2
* add utf8 round trip test MINORAaron2009-05-271-0/+32
* simple sm utf8 checkAaron2009-05-271-0/+11
* remove js encoding test MINORAaron2009-05-271-49/+0
* sm encoding checkpointAaron2009-05-271-12/+12
* sm encoding checkpointAaron2009-05-261-6/+7
* mergeAaron2009-05-263-2/+60
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-261-0/+29
| |\
| | * don't translate sm -> bson if object hasn't been modifiedEliot Horowitz2009-05-261-0/+29
| * | fix tests MINORAaron2009-05-261-1/+1
| |/
| * tests and asserts MINOREliot Horowitz2009-05-231-0/+29
| * change min/max to minKey maxKeyEliot Horowitz2009-05-221-1/+1
* | sm encoding checkpointAaron2009-05-261-0/+48
|/
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-05-221-0/+10
|\
| * BUG SERVER-67 correctly handle insertion of new null element with $setAaron2009-05-221-0/+10
* | conserver types when doing bson -> js -> bson as much as possibleEliot Horowitz2009-05-221-0/+51
|/
* BUG SERVER-59 when matching expand arrays recursively if contained in differe...Aaron2009-05-211-2/+2
* more weird js syntax handlingEliot Horowitz2009-05-211-1/+4
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-201-0/+17
|\
| * BUG SERVER-58 fix embedded array matchingAaron2009-05-201-0/+17
* | make tools capable of running standalone, without a mongod instanceAaron2009-05-201-6/+1
|/
* fix compile warnings MINORAaron2009-05-151-5/+5
* Merge branch 'smshell'Eliot Horowitz2009-05-151-1/+102
|\
| * Spider Monkey: Timestamp, MaxKey, MinKey workingEliot Horowitz2009-05-151-1/+3
| * Spider Monkey: more types - almost workingEliot Horowitz2009-05-151-1/+38
| * only strings for $whereEliot Horowitz2009-05-141-0/+6
| * sm regex -> bsonEliot Horowitz2009-05-141-3/+3
| * some regex tests, 1 broken out commented outEliot Horowitz2009-05-141-2/+28
| * test for dateEliot Horowitz2009-05-141-0/+30
* | include query fields generating trivial bounds in exact key match checkAaron2009-05-131-0/+9
|/
* for exact key match, query and index fields must be identical setsAaron2009-05-131-7/+9
* get rid of unused 'keyMatch' annotation in query optimizerAaron2009-05-131-14/+1
* try to fix solaris compile MINORAaron2009-05-121-2/+2