-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: allow * expressions in user-defined function (UDF) bodies #90080
Copy link
Copy link
Closed
Labels
A-sql-udfC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)docs-known-limitation
Description
In v22.2 we disallow * expressions in UDF bodies, see #86070. We should allow these expressions. We'll need to figure out how to handle cases where a table's schema changes after a function has been created.
Jira issue: CRDB-20579
Epic CRDB-19496
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-udfC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)docs-known-limitation
Type
Projects
Status
Done