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

Add Support to Upsert/Insert Ignore on PDB #389

Merged
merged 7 commits into from
Jul 6, 2023

Commits on Jun 22, 2023

  1. Add Support to Upsert/Insert Ignore on PDB

    - Makes the implementation of DatabaseEngine optional, so it does not break compatibility with other library clients.
    victorcmg-fdz committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    1688f06 View commit details
    Browse the repository at this point in the history
  2. Add Support to Upsert/Insert Ignore on PDB

    - Addresses comments: changes message in the default method implementation.
    victorcmg-fdz committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    1e2b486 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    5875eba View commit details
    Browse the repository at this point in the history
  2. Add Support to Upsert/Insert Ignore on PDB

    - Adds support for the following engines: MySQL, DB2.
    - Adds an exception to being thrown when a merge is not possible and use a `MappedEntity` without an `UPSERT` statement.
    victorcmg-fdz committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    1bcb1e7 View commit details
    Browse the repository at this point in the history
  3. Add Support to Upsert/Insert Ignore on PDB

    - Addresses comments
    victorcmg-fdz committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5ad2cb6 View commit details
    Browse the repository at this point in the history
  4. Add Support to Upsert/Insert Ignore on PDB

    - Fix H2Engine variable initialization
    victorcmg-fdz committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    07fbbbd View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Add Support to Upsert/Insert Ignore on PDB

    - Adds `max-parallel` property to only run one JVM per run.
    victorcmg-fdz committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8b67857 View commit details
    Browse the repository at this point in the history