You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
andSET ON UPDATE
even they are disallowed from
CREATE TABLE
andADD COLUMN
.This patch disallows those two cases from
ALTER TABLE ALTER COLUMN
.Jira Issue: DOC-7011
The text was updated successfully, but these errors were encountered: