-
Type: Task
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Validate that index option values are valid (e.g. true, false, 1, 0)...
db.indextest.createIndex(
{c:1},
{sparse : "abc"})
should produce an error.
Related to/dupe of SERVER-769...
- related to
-
SERVER-769 Validate top-level & index spec field names for the createIndexes command
- Closed