summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_options_validation.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70182 move encrypted field config validation to IDLDavis Haupt2022-10-191-155/+0
* SERVER-70066 fixed range for floating point numbersSergey Galtsev2022-10-041-12/+17
* Revert "SERVER-70066 fixed range for floating point numbers"Uladzimir Makouski2022-10-041-17/+12
* SERVER-70066 fixed range for floating point numbersSergey Galtsev2022-10-031-12/+17
* SERVER-67755 fle2 range - implement insertSergey Galtsev2022-09-071-2/+2
* SERVER-67752 Add range support to create collectionMark Benvenuto2022-08-051-11/+101
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-65448 Fix validation of encrypted field paths during create collectionErwin Pe2022-04-121-6/+7
* SERVER-59261 Enable Feature flag for PM-2466Mark Benvenuto2022-04-091-4/+0
* SERVER-64126 Make bsonType in encryptedFields optional for non-indexed fieldsMark Benvenuto2022-04-071-6/+14
* SERVER-63384 Add support for encrypted fields to create collectionr5.3.0-alpha4Mark Benvenuto2022-02-091-0/+59
* SERVER-52538 Update IDL for "create" command, part 1A. Jesse Jiryu Davis2020-12-091-0/+57