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

PR #97430 - sql: disallow UDF in SET DEFAULT and SET ON UPDATE #16333

Open
cockroach-teamcity opened this issue Feb 23, 2023 · 0 comments
Open

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Feb 23, 2023

Exalate commented:

Related PR: cockroachdb/cockroach#97430
Commit: cockroachdb/cockroach@7a6af51
Epic: none


Release note (sql change): previously users were able to sneak
in UDF usage from tables with SET DEFAULT and SET ON UPDATE
even they are disallowed from CREATE TABLE and ADD COLUMN.
This patch disallows those two cases from ALTER TABLE ALTER COLUMN.

Jira Issue: DOC-7011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants