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

fix: EXPOSED-28 Update with join fails on H2 in MySql mode #1732

Merged
merged 4 commits into from
Apr 26, 2023

Commits on Apr 25, 2023

  1. Fix H2 update() with join

    H2 MERGE INTO command allows a WHERE clause to be appended to the query.
    If a compatibility mode does not support WHERE clause in merge, the driver
    throws an unclear syntax error. Documentation and tests shows that the
    only H2 mode to support this clause is Oracle mode.
    
    This catches all unsupported cases and throws an exception with a more
    informative message.
    bog-walk committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    4f3cb7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68c7d75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d24e16 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    a086290 View commit details
    Browse the repository at this point in the history