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 #90170 - sql: disallow star expressions in UDF bodies #15398

Open
cockroach-teamcity opened this issue Oct 19, 2022 · 0 comments
Open

PR #90170 - sql: disallow star expressions in UDF bodies #15398

cockroach-teamcity opened this issue Oct 19, 2022 · 0 comments

Comments

@cockroach-teamcity
Copy link
Member

Related PR: cockroachdb/cockroach#90170
Commit: cockroachdb/cockroach@43123fc


Release note (sql change): Star expressions, e.g., SELECT * FROM ...
are no longer allowed in statements in user-defined functions. They were
allowed in early betas of v22.2 from v22.2.0-beta.1 to v22.2.0-beta.4,
but have been disallowed because they do not behave correctly.
Issue #90080 tracks re-enabling star expressions in UDFs.

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

1 participant