Skip to content

Use ON CONFLICT DO UPDATE #744

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

Merged
merged 4 commits into from
May 6, 2020
Merged

Conversation

Kixiron
Copy link
Member

@Kixiron Kixiron commented May 4, 2020

Closes #719

Use the postgres ON CONFLICT function to update tables instead of manually writing the queries and error handling out

Copy link
Member

@jyn514 jyn514 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waiting to merge until I have time to monitor the deploy.

@jyn514 jyn514 merged commit db451a6 into rust-lang:master May 6, 2020
@Kixiron Kixiron deleted the update-conflicts branch May 6, 2020 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use ON CONFLICT DO UPDATE instead of rewriting it manually
3 participants