[FEATURE]: Support onConflict
with composite primary keys #1029
Closed
Description
Describe what you want
According to the type definitions, you cannot currently set the target of onConflictDoUpdate
to a composite primary key.
https://orm.drizzle.team/docs/crud#onconflict-and-upsert-insert-or-update
It would be great to use composite primary keys in onConflictDoUpdate
inserts.