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

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

Open
NPCRUS opened this issue Dec 23, 2024 · 1 comment · May be fixed by #61
Open

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

NPCRUS opened this issue Dec 23, 2024 · 1 comment · May be fixed by #61

Comments

@NPCRUS
Copy link
Contributor

NPCRUS commented Dec 23, 2024

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)
@aboisvert
Copy link
Contributor

If it gives you any motivation, I'd be interested in this as well :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants