Skip to content

configure insertOrUpdate to DO NOTHING on conflict #679

@sebarys

Description

@sebarys

Hello,

Is it possible to configure insertOrUpdate statement to DO NOTHING instead of performing upsert when row with given PK already exist?

Use case: I want insert list (dozens) of rows and instead of performing (get row + insert if not exist) for each I would like instruct insert statement to DO NOTHING on conflict detection.

Thanks for help in advance! :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions