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

feat(postgres, sqlite): add conflictWhere option to upsert (v6) #15786

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

wbourne0
Copy link
Member

Adds an option to set the where clause in the ON CONFLICT part of postgres/sqlite upserts. Backport of #13411.

Adds an option to set the where clause in the `ON CONFLICT` part of postgres/sqlite upserts.  Backport of #13411.
@wbourne0 wbourne0 added dialect: sqlite For issues and PRs. Things that involve SQLite (and do not involve all dialects). dialect: postgres For issues and PRs. Things that involve PostgreSQL (and do not involve all dialects). labels Mar 14, 2023
@wbourne0 wbourne0 self-assigned this Mar 14, 2023
@wbourne0 wbourne0 requested review from ephys and WikiRik March 16, 2023 15:42
@wbourne0
Copy link
Member Author

test failure appears to be flake

@WikiRik WikiRik merged commit 1e68681 into v6 Mar 22, 2023
@WikiRik WikiRik deleted the wb-backport-upsert-conflictWhere branch March 22, 2023 09:01
@github-actions
Copy link
Contributor

🎉 This PR is included in version 6.30.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialect: postgres For issues and PRs. Things that involve PostgreSQL (and do not involve all dialects). dialect: sqlite For issues and PRs. Things that involve SQLite (and do not involve all dialects). released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants