github
Use hash of numeric value for bound parameter expressions (#12488) * Use hash of numeric value for bound parameter expressions If a `ParameterExpression` has no unbound parameters, the underlying bound value can be hashed instead of the tuple that accounts for the symbolic expression. Doing this allows for the `ParameterExpression` to match the hash for the numeric value it compares equal to. Closes #12487 * Add release note (cherry picked from commit bc685d300)
2 of 2 new or added lines in 1 file covered. (100.0%)
4 existing lines in 2 files now uncovered.62265 of 69464 relevant lines covered (89.64%)
231708.01 hits per line