summaryrefslogtreecommitdiff
path: root/jstests/decimal
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-25889 Collection validation should fail if ↵Tess Avitabile2016-09-071-0/+10
| | | | featureCompatibilityVersion is 3.2 and the collection contains NumberDecimal values
* SERVER-23972 Disallow decimal insertion in legacy write mode when ↵Tess Avitabile2016-09-061-6/+2
| | | | featureCompatibilityVersion is 3.2
* SERVER-25159 Default BSON validation version should depend on ↵Tess Avitabile2016-09-021-0/+47
| | | | admin.system.version
* SERVER-24276 Add decimal test suites from driver specsVincent Do2016-06-087-0/+2081
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+4
|
* SERVER-23703 Make NumberDecimal accepts only valid stringsVincent Do2016-05-274-39/+33
|
* SERVER-23949 Enable decimal support by default in Mongo shellGeert Bosch2016-05-061-0/+52
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-095-153/+144
|
* SERVER-19629 Add Decimal128 roundtrip and CRUD jstestsDavid Hatch2015-08-136-2/+272
|
* SERVER-19613 Add experimental Decimal128 build flagRaymond Jacobson2015-07-311-0/+2
Add scons build parameter --experimental-decimal-support=on, which enables experimental support of a 128 bit decimal type.