Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-25889 Collection validation should fail if ↵ | Tess Avitabile | 2016-09-07 | 1 | -0/+10 |
| | | | | featureCompatibilityVersion is 3.2 and the collection contains NumberDecimal values | ||||
* | SERVER-23972 Disallow decimal insertion in legacy write mode when ↵ | Tess Avitabile | 2016-09-06 | 1 | -6/+2 |
| | | | | featureCompatibilityVersion is 3.2 | ||||
* | SERVER-25159 Default BSON validation version should depend on ↵ | Tess Avitabile | 2016-09-02 | 1 | -0/+47 |
| | | | | admin.system.version | ||||
* | SERVER-24276 Add decimal test suites from driver specs | Vincent Do | 2016-06-08 | 7 | -0/+2081 |
| | |||||
* | SERVER-23971 Clang-Format code | Mark Benvenuto | 2016-05-28 | 1 | -5/+4 |
| | |||||
* | SERVER-23703 Make NumberDecimal accepts only valid strings | Vincent Do | 2016-05-27 | 4 | -39/+33 |
| | |||||
* | SERVER-23949 Enable decimal support by default in Mongo shell | Geert Bosch | 2016-05-06 | 1 | -0/+52 |
| | |||||
* | SERVER-22468 Format JS code with approved style in jstests/ | Jonathan Abrahams | 2016-03-09 | 5 | -153/+144 |
| | |||||
* | SERVER-19629 Add Decimal128 roundtrip and CRUD jstests | David Hatch | 2015-08-13 | 6 | -2/+272 |
| | |||||
* | SERVER-19613 Add experimental Decimal128 build flag | Raymond Jacobson | 2015-07-31 | 1 | -0/+2 |
Add scons build parameter --experimental-decimal-support=on, which enables experimental support of a 128 bit decimal type. |