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

sql: add regression logic tests for FKs #37614

Merged
merged 1 commit into from
May 21, 2019
Merged

Conversation

thoszhang
Copy link
Contributor

A recent change incidentally fixed a bug where a single column in a table could
have multiple FK constraints, if one of the indexes for the FKs was the primary
key. This PR adds regression tests.

Related to #37590.

Release note: None

A recent change incidentally fixed a bug where a single column in a table could
have multiple FK constraints, if one of the indexes for the FKs was the primary
key. This PR adds regression tests.

Release note: None
@thoszhang thoszhang requested review from dt and a team May 20, 2019 21:20
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@thoszhang
Copy link
Contributor Author

bors r+

craig bot pushed a commit that referenced this pull request May 21, 2019
37614: sql: add regression logic tests for FKs r=lucy-zhang a=lucy-zhang

A recent change incidentally fixed a bug where a single column in a table could
have multiple FK constraints, if one of the indexes for the FKs was the primary
key. This PR adds regression tests.

Related to #37590.

Release note: None

Co-authored-by: Lucy Zhang <[email protected]>
@craig
Copy link
Contributor

craig bot commented May 21, 2019

Build succeeded

@craig craig bot merged commit 81fbb80 into cockroachdb:master May 21, 2019
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.

4 participants