Details
-
Bug
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
Query Execution
-
ALL
Description
Replace
IDLParserContext ctx("distinct", false /* apiStrict */, nss.tenantId(), sc); |
with
const bool apiStrict = APIParameters::get(opCtx).getAPIStrict().value_or(false); |
IDLParserContext ctx("distinct", apiStrict, nss.tenantId(), sc); |