-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
ALL
-
QE 2021-08-09, QE 2021-08-23, QE 2021-09-06
Operands don't affect result
The expression's value does not depend on the operands; often, this represents an inadvertent logic error. An operation with non-constant operands that computes a result with constant value
/src/mongo/bson/bsonelement.h:1090: CONSTANT_EXPRESSION_RESULT 120344 "val > 9223372036854775807LL /* std::numeric_limits<long long>::max() */" is always false regardless of the values of its operands. This occurs as the logical first operand of "||".
- is caused by
-
SERVER-57321 $mod match expression incorrectly handles NaN, Infinity and large values
- Closed