Skip to content

ON CONFLICT (column) IGNORE for batch insert(Postgres) #50

Closed
@NPCRUS

Description

@NPCRUS

Capability to do ON CONFLICT IGNORE for batch inserts is missing with PostgreslDialect

desired behaviour:

TableA.insert.values(
  TableA(0, "a"), TableA(0, "b")
).onConflictIgnore(_.name)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions