-
Notifications
You must be signed in to change notification settings - Fork 464
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: run check constraint mutations and validation by schema changer #4362
Comments
@rmloveland, not sure if/how this affects docs. |
That PR was reverted and replaced by cockroachdb/cockroach#34301, which does the same thing from a user's perspective. |
Thanks, @lucy-zhang. Since we already announced this change in the previous alpha, and it hasn't changed from a user perspective, I'm going to remove it from the 19.1 beta release notes. |
rmloveland
added a commit
that referenced
this issue
Apr 1, 2019
Fixes #4362. Summary of changes: - Update `CHECK` constraint page to note that validation is now asynchronous. - Update 'Add Constraint' page to note that validation is now asynchronous, and to give an example of adding a CHECK constraint to a column added earlier in the same transaction.
rmloveland
added a commit
that referenced
this issue
Apr 3, 2019
Fixes #4362. Summary of changes: - Update `CHECK` constraint page to note that validation is now asynchronous. - Update 'Add Constraint' page to note that validation is now asynchronous, and to give an example of adding a CHECK constraint to a column added earlier in the same transaction.
rmloveland
added a commit
that referenced
this issue
Apr 15, 2019
Fixes #4362. Summary of changes: - Update `CHECK` constraint page to note that validation is now asynchronous. - Update 'Add Constraint' page to note that validation is now asynchronous, and to give an example of adding a CHECK constraint to a column added earlier in the same transaction.
rmloveland
added a commit
that referenced
this issue
Apr 15, 2019
Fixes #4362. Summary of changes: - Update `CHECK` constraint page to note that validation is now asynchronous. - Update 'Add Constraint' page to note that validation is now asynchronous, and to give an example of adding a CHECK constraint to a column added earlier in the same transaction.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PR: cockroachdb/cockroach#32504
From release notes:
The text was updated successfully, but these errors were encountered: