Skip to content

Generated column as part of UNIQUE (or PRIMARY) KEY #13

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 2 commits into from
Jan 27, 2021

Conversation

shlomi-noach
Copy link

@shlomi-noach shlomi-noach commented Jan 19, 2021

Looking into the scenario where a generated column is part of the PRIMARY KEY or any UNIQUE KEY in a table.

Initial commit: reproducing the error found in linked issue. That specific error is very simple to fix, but I suspect there may be other issues on top of it.

  • contributed code is using same conventions as original code
  • script/cibuild returns with no formatting errors, build errors or unit test errors.

@shlomi-noach
Copy link
Author

A user with a large database deployment, who initially reported the issue, has confirmed the fix works as expected.

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.

1 participant