0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

13 Commits

Author SHA1 Message Date
clang-format-7.0.1
134a408395
SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
Tess Avitabile
67500efdc1 SERVER-29350 Bump featureCompatibilityVersion to 3.6 2017-06-09 15:05:04 -04:00
Eddie Louie
103972cebb SERVER-28590 Invoke validate command on collections before shutting down mongod in JS tests 2017-06-07 14:36:31 -04:00
Tess Avitabile
ebb07d13b1 SERVER-25889 Collection validation should fail if featureCompatibilityVersion is 3.2 and the collection contains NumberDecimal values 2016-09-07 13:48:14 -04:00
Tess Avitabile
8f83b3e093 SERVER-23972 Disallow decimal insertion in legacy write mode when featureCompatibilityVersion is 3.2 2016-09-06 10:25:53 -04:00
Tess Avitabile
f288ea86db SERVER-25159 Default BSON validation version should depend on admin.system.version 2016-09-02 15:10:30 -04:00
Vincent Do
eb9810a174 SERVER-24276 Add decimal test suites from driver specs 2016-06-08 10:36:12 -04:00
Mark Benvenuto
6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Vincent Do
ba23c68f0b SERVER-23703 Make NumberDecimal accepts only valid strings 2016-05-27 10:31:19 -04:00
Geert Bosch
ea4e60dffb SERVER-23949 Enable decimal support by default in Mongo shell 2016-05-06 10:20:20 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
David Hatch
83f5d68e98 SERVER-19629 Add Decimal128 roundtrip and CRUD jstests 2015-08-13 11:35:00 -04:00
Raymond Jacobson
8b19e377c4 SERVER-19613 Add experimental Decimal128 build flag
Add scons build parameter --experimental-decimal-support=on,
which enables experimental support of a 128 bit decimal type.
2015-07-31 15:30:46 -04:00