summaryrefslogtreecommitdiff
path: root/dbtests/updatetests.cpp
Commit message (Expand)AuthorAgeFilesLines
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-83/+83
* fix $inc overflow on int SERVER-2005Eliot Horowitz2010-11-011-1/+1
* make inc6 a little cleanerEliot Horowitz2010-10-271-2/+2
* really fix 32-bit update testEliot Horowitz2010-10-271-2/+2
* fix update on 32-bit machinesEliot Horowitz2010-10-261-2/+2
* cleaning sume test namespacesEliot Horowitz2010-10-261-3/+3
* test for SERVER-2005Eliot Horowitz2010-10-261-4/+43
* stdafx->pchDwight2010-04-271-1/+1
* 32bit fix #2Eliot Horowitz2010-04-111-5/+5
* 32-bit fixEliot Horowitz2010-04-111-3/+3
* some $inc tests for long longEliot Horowitz2010-04-111-0/+52
* fix $inc with doublesEliot Horowitz2010-01-261-0/+17
* refactor update so Mod and ModSet are re-usable. design is clean - still mor...Eliot Horowitz2010-01-251-1/+1
* ModSet cleaningEliot Horowitz2010-01-211-4/+2
* $set doesn't convert from int to other types SERVER-555Eliot Horowitz2010-01-201-0/+11
* start work on bit operators SERVER-503Eliot Horowitz2009-12-211-9/+57
* some update c++ unit testsEliot Horowitz2009-12-211-1/+44
* update unit testEliot Horowitz2009-12-181-1/+1
* removed old update codeEliot Horowitz2009-12-101-32/+0
* finish + switch to simpler+cleaner new object from mod codeEliot Horowitz2009-12-101-9/+10
* almost all operators done on recursive update versionEliot Horowitz2009-12-101-2/+10
* more update cleaningEliot Horowitz2009-12-101-9/+19
* update re-write almost done, faster and cleanerEliot Horowitz2009-12-081-5/+57
* some update refactoring so can test ModSet directlyEliot Horowitz2009-12-071-0/+51
* flag to update multiple objects with $ operators SERVER-268Eliot Horowitz2009-10-211-0/+36
* $inc/$set work even if indexes - not 100% efficient now - SERVER-108Eliot Horowitz2009-10-211-6/+9
* win pre-compild headersunknown2009-09-301-0/+1
* new unit test frameworkEliot Horowitz2009-09-171-5/+4
* bug SERVER-132 implemented pullAll/pushAll modifiersAaron Staple2009-07-211-0/+16
* BUG SERVER-67 correctly handle insertion of new null element with $setAaron2009-05-221-0/+10
* reset shared database after each test suite MINORAaron2009-05-121-1/+1
* unit tests use same database to reduce disk usageAaron2009-05-121-2/+2
* check no mods in upsert caseAaron2009-05-061-0/+9
* don't update id index when id field is to be addedAaron2009-04-211-0/+11
* whitespaceMike Dirolf2009-04-031-119/+119
* When checking that a mod will not modify an indexed field, validate parent/ch...Aaron2009-03-271-0/+22
* 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
* More push testsAaron2009-03-251-0/+40
* $push checkpointAaron2009-03-241-0/+30
* $push checkpointAaron2009-03-241-0/+10
* Upsert insert with embedded objectsAaron2009-03-241-0/+9
* More embedded mod corner casesAaron2009-03-241-3/+39
* mod checkpointAaron2009-03-241-13/+13
* embedded mod checkpointAaron2009-03-241-0/+42
* Few more testsAaron2009-03-231-3/+33
* Move update related tests to separate fileAaron2009-03-231-0/+224