-
Notifications
You must be signed in to change notification settings - Fork 3.9k
sql: udf body rewrite to reference objects by IDs instead of Names #83233
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
Labels
A-schema-descriptors
Relating to SQL table/db descriptor handling.
A-sql-routine
UDFs and Stored Procedures
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
T-sql-queries
SQL Queries Team
Comments
chengxiong-ruan
added a commit
to chengxiong-ruan/cockroach
that referenced
this issue
Apr 4, 2023
Informs: cockroachdb#83233 Release note: None
chengxiong-ruan
added a commit
to chengxiong-ruan/cockroach
that referenced
this issue
Jun 22, 2023
Informs: cockroachdb#83233 Release note: None
I stopped working on this as there're things @mgartner wants to improve with AST annotation in optimizer. So assigning this to Queries team as well. I'm keep Foundations tag just for awareness. cc @rimadeodhar and @rafiss . |
Thanks! we'd like to take a look at the PR whenever it's ready |
Additionally, need to also do similar for UDF references here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-schema-descriptors
Relating to SQL table/db descriptor handling.
A-sql-routine
UDFs and Stored Procedures
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
T-sql-queries
SQL Queries Team
Uh oh!
There was an error while loading. Please reload this page.
Describe the solution you'd like
Design proper syntaxes for sql query rewrites, so that objects can be can be references by IDs in function body instead of names.
Jira issue: CRDB-16938
Epic CRDB-19496
The text was updated successfully, but these errors were encountered: