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

release-2.1: sql: fix the evaluation of CHECK after ON CONFLICT DO UPDATE SET #32780

Merged
merged 1 commit into from
Dec 3, 2018

Conversation

knz
Copy link
Contributor

@knz knz commented Dec 3, 2018

Backport 1/1 commits from #32779.

/cc @cockroachdb/release


@knz knz requested review from bobvawter, BramGruneir and a team December 3, 2018 10:30
@knz knz added this to Triage in (DEPRECATED) SQL Front-end, Lang & Semantics via automation Dec 3, 2018
@knz knz requested review from a team December 3, 2018 10:30
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Release note (bug fix): CockroachDB now properly evaluates CHECK
constraints after a row conflict in INSERT ON CONFLICT, when the CHECK
constraint depends on a column not assigned by DO UPDATE SET.
Copy link
Member

@bobvawter bobvawter left a comment

Choose a reason for hiding this comment

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

Reviewed 2 of 2 files at r1.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained

@knz knz merged commit a7ae30b into cockroachdb:release-2.1 Dec 3, 2018
@knz knz deleted the backport2.1-32779 branch December 3, 2018 22:37
@knz knz moved this from Triage to Current milestone in (DEPRECATED) SQL Front-end, Lang & Semantics Dec 3, 2018
@knz knz moved this from Current milestone to Finished (m2.2-2) in (DEPRECATED) SQL Front-end, Lang & Semantics Dec 4, 2018
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