Insert multiple rows + onConflictDoUpdate
Is it possible to insert multiple rows (array) and at the same time using the onConflictDoUpdate?
I'm trying it out but I get this error:
3 Replies
Yes, I'm using it like this:
Thanks, I've seen this thread where it allows to programatically applied the 'excluded' to all fields!
https://github.com/drizzle-team/drizzle-orm/issues/675
GitHub
[BUG]: onConflictDoUpdate error in casing · Issue #675 · drizzle-te...
What version of drizzle-orm are you using? 0.26.3 What version of drizzle-kit are you using? 0.18.1 Describe the Bug Hey all! I've found a funny problem while using drizzle + postgres (Vercel p...