summaryrefslogtreecommitdiff
path: root/jstests/numberint.js
Commit message (Collapse)AuthorAgeFilesLines
* - V8: use BSON data as is if an object was not modifiedagirbal2011-07-101-3/+3
| | | | | - unplug NumberInt from V8 until fixed (need to compare types with previous BSON) - better debug lines for read only objects
* SERVER-854: added tests for storing and roundtripping int valuesagirbal2011-07-061-0/+29
|
* SERVER-854: unplugging NumberInt as being automatically created from bson ↵agirbal2011-07-061-1/+3
| | | | int values, breaks many behaviors
* SERVER-3366 testEliot Horowitz2011-07-051-0/+6
|
* some NumberInt tests and equality SERVER-854Eliot Horowitz2011-07-041-0/+55