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

Support ON CONFLICT ON CONSTRAINT #762

Merged
merged 1 commit into from Dec 17, 2022

Conversation

audunska
Copy link
Contributor

Postgres supports ON CONFLICT ON CONSTRAINT <constraint_name> to explicitly name the constraint that fails. Support this.

Postgres supports `ON CONFLICT ON CONSTRAINT <constraint_name>` to
explicitly name the constraint that fails. Support this.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3693590724

  • 32 of 33 (96.97%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 86.372%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/parser.rs 5 6 83.33%
Totals Coverage Status
Change from base Build 3689832714: 0.02%
Covered Lines: 12707
Relevant Lines: 14712

💛 - Coveralls

Copy link
Collaborator

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @audunska

@alamb alamb merged commit 3d5cc54 into sqlparser-rs:main Dec 17, 2022
@audunska audunska deleted the on-conflict-on-constraint branch December 20, 2022 08:52
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.

None yet

3 participants