Skip to content

with 'ON CONFLICT DO UPDATE ' support? #187

@baoyachi

Description

@baoyachi

raw sql e.g:

INSERT INTO "users" ("id", "name") VALUES (123, "test") ON CONFLICT (id) WHERE id > 0 DO UPDATE SET "name" = excluded."name";

Metadata

Metadata

Assignees

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