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): 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.
The text was updated successfully, but these errors were encountered:
Related PR: cockroachdb/cockroach#90085
Commit: cockroachdb/cockroach@d0a5b85
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.
The text was updated successfully, but these errors were encountered: