-
Type: Bug
-
Resolution: Fixed
-
Priority: Trivial - P5
-
Affects Version/s: 4.3.1, 4.3.2, 4.3.3, 4.3.4, 4.3.5, 4.3.6, 4.4.0, 4.4.1, 5.0.0, 4.7.0, 4.4.2, 4.2.11, 4.4.3, 4.2.12, 4.4.4, 4.2.13, 4.4.5, 4.2.14, 4.4.6, 4.2.15, 5.0.1, 4.4.7, 4.2.16, 4.4.8, 5.0.2, 5.0.3, 4.4.9, 4.2.17
-
Component/s: None
-
Fully Compatible
-
ALL
-
-
QO 2021-11-15
For some unsupported update queries with arrayFilters error messages are shown with a typo ("syle" instead of "style").
For recent versions of MongoDB server, these are the affected error messages (taken from mongo/src/mongo/db/update/update_driver.cpp):
- "arrayFilters may not be specified for pipeline-syle updates"
- "arrayFilters may not be specified for delta-syle updates"
- "arrayFilters may not be specified for transform-syle updates"
A pull request was submitted to the GitHub repository to address this issue: https://github.com/mongodb/mongo/pull/1424