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

fix: onConflict..doUpdateSet using select types instead of update types. #792

Merged

Conversation

igalklebanov
Copy link
Member

closes #617.

Copy link

vercel bot commented Dec 3, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kysely ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 29, 2023 4:04pm

@igalklebanov igalklebanov added bug Something isn't working typescript Related to Typescript postgres Related to PostgreSQL labels Dec 3, 2023
@koskimas koskimas force-pushed the fix-on-conflict-using-select-types branch from 283496b to 04ba87d Compare December 29, 2023 16:04
@koskimas koskimas merged commit 01594ed into kysely-org:master Dec 29, 2023
5 checks passed
@igalklebanov igalklebanov deleted the fix-on-conflict-using-select-types branch December 29, 2023 16:11
thecodrr pushed a commit to thecodrr/kysely that referenced this pull request Sep 3, 2024
…ypes. (kysely-org#792)

* make OnConflictDatabase use Updateable types of tables.

* extract & add complex type use case 4 insert on conflict do update set.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working postgres Related to PostgreSQL typescript Related to Typescript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't set updatedAt from onConflict
2 participants