summaryrefslogtreecommitdiff
path: root/jstests/core/json_schema/bsontype.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-51823 Use classic engine to evaluate queries containing expressions ↵Anton Korshunov2021-02-141-1/+0
| | | | not supported in SBE
* SERVER-49227 Tag tests to be excluded from jsCore_slot_based_executionJustin Seyster2020-08-141-1/+4
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-297/+281
|
* SERVER-31194 Add jscore tags for ↵Jack Mulrow2017-12-071-0/+2
| | | | | | retryable_writes_jscore_stepdown_passthrough.yml suite The actual suite will come in a follow-up commit.
* SERVER-30742: Fail with a useful error message when given integer type ↵Nick Zolnierz2017-09-111-2/+1
| | | | keyword for JSON Schema
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ↵David Storch2017-08-291-0/+48
| | | | | | | | | and in $type. This change implements the 'type' and 'bsonType' JSON Schema keywords accepting an array of type aliases. At the same time, it adds support for an array of type aliases in the $type match expression.
* SERVER-30741 Add 'bsonType' JSON Schema keyword.David Storch2017-08-241-0/+255
Also changes support for the 'type' keyword to only accept the primitive types specified in the JSON Schema spec.