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 UDFs are not allowed in
tables and any other object. This patch enables UDF usage in
CHECK constraints of tables in both legacy schema changer and
delcarative schema changer. Circular ependencies are not allowed,
namely if a UDF depends on a table, then the table can't use that
UDF.
Exalate commented:
Related PR: cockroachdb/cockroach#97038
Commit: cockroachdb/cockroach@c7299a7
Informs: cockroachdb/cockroach#87699
Release note (sql change): previously UDFs are not allowed in
tables and any other object. This patch enables UDF usage in
CHECK constraints of tables in both legacy schema changer and
delcarative schema changer. Circular ependencies are not allowed,
namely if a UDF depends on a table, then the table can't use that
UDF.
Jira Issue: DOC-6978
The text was updated successfully, but these errors were encountered: