Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use hash of numeric value for bound parameter expressions (backport #12488) #12548

Merged
merged 1 commit into from
Jun 12, 2024

Commits on Jun 11, 2024

  1. 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 bc685d3)
    wshanks authored and mergify[bot] committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    072e93f View commit details
    Browse the repository at this point in the history