summaryrefslogtreecommitdiff
path: root/db/jsobjmanipulator.h
Commit message (Expand)AuthorAgeFilesLines
* first cut off NumberLong (64 bit ints) in BSONDwight2009-08-031-1/+5
* moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()Eliot Horowitz2009-06-091-1/+1
* BUG SERVER-67 correctly handle insertion of new null element with $setAaron2009-05-221-0/+1
* tests for db and mem based id setsAaron2009-04-231-7/+1
* $set can be used with any type, checkpointAaron2009-03-181-0/+7
* make timestamp work on update, and a testEliot Horowitz2009-02-281-1/+18
* Rename CurrentTime to Timestamp, don't change type on insertAaron2009-02-271-5/+6
* Add constAaron2009-02-271-2/+2
* Add BSONElementManipulator and CurrentTime typeAaron2009-02-271-0/+54