-
Notifications
You must be signed in to change notification settings - Fork 458
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: disallow some schema changes in transactions #1273
Comments
note that some of cockroachdb/cockroach#14368 has been rolled back in cockroachdb/cockroach#15511 |
Thanks, @andreimatei! |
@vivekmenezes, can you summarize the change here? We have this known limitation. Does it need to be updated? Any interest in taking this for docs fixitday :) ? |
" This also applies to running TRUNCATE on such a table because TRUNCATE implicitly drops and recreates the table" should be removed. I can take it on for doc fixit day whenever that is! We should do more of them! |
Great. It'll be next Thursday! |
PR: cockroachdb/cockroach#14368
The text was updated successfully, but these errors were encountered: