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

Fixes coalesce and case operators in multithreaded environments with different number of arguments #2259

Merged
merged 2 commits into from
Sep 12, 2024

Commits on Sep 11, 2024

  1. Fixes coalesce and case operators in multithreaded environments with …

    …different number of arguments
    
    The bug is described in the issue eclipse-ee4j#2136
    
    TestArgumentListFunctionExpressionConcurrency.java - adds tests that reproduce the bug.
    ArgumentListFunctionExpression.java - fixes printSQL to use the operator itself and not the common instance of it
    Igor-Mukhin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1366628 View commit details
    Browse the repository at this point in the history
  2. Fixes coalesce and case operators in multithreaded environments with …

    …different number of arguments
    
    The bug is described in the issue eclipse-ee4j#2136
    
    TestArgumentListFunctionExpressionConcurrency.java - adds tests that reproduce the bug.
    ExpressionOperator.java - fixes getArgumentIndices by disabling the caching of the dynamically created argument indexes.
    Igor-Mukhin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a4b2894 View commit details
    Browse the repository at this point in the history