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 #97390 - sql: disallow UDF in SET DEFAULT and SET ON UPDATE #16308

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

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Feb 22, 2023

Exalate commented:

Related PR: cockroachdb/cockroach#97390
Commit: cockroachdb/cockroach@f8f969f
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-6992

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