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

feat: EXPOSED-435 Allow insertReturning() to set isIgnore = true #2148

Merged
merged 3 commits into from
Jul 8, 2024

Commits on Jul 8, 2024

  1. feat: Allow insertReturning() to set isIgnore = true

    Add a new parameter to insertReturning() that allows the wrapped insert statement
    to use the IGNORE keyword.
    bog-walk committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    06f701e View commit details
    Browse the repository at this point in the history
  2. feat: EXPOSED-435 Allow insertReturning() to set isIgnore = true

    Add YT link & test comment
    bog-walk committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6cb6e84 View commit details
    Browse the repository at this point in the history
  3. feat: EXPOSED-435 Allow insertReturning() to set isIgnore = true

    Rename new parameter to ignoreErrors
    bog-walk committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fa67612 View commit details
    Browse the repository at this point in the history