-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
sql: we should add UDFs to statement bundles #102044
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
E-quick-win
Likely to be a quick win for someone experienced.
O-qa
T-sql-queries
SQL Queries Team
Comments
rytaft
added
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
O-qa
labels
Apr 21, 2023
rharding6373
added
the
E-quick-win
Likely to be a quick win for someone experienced.
label
May 2, 2023
lyang24
pushed a commit
to lyang24/cockroach
that referenced
this issue
May 7, 2023
… in schema.sql. Epic: None Fixes: cockroachdb#102044 Release note: None
lyang24
pushed a commit
to lyang24/cockroach
that referenced
this issue
May 15, 2023
… in schema.sql. Epic: None Fixes: cockroachdb#102044 Release note: None
lyang24
pushed a commit
to lyang24/cockroach
that referenced
this issue
May 15, 2023
… in schema.sql. Epic: None Fixes: cockroachdb#102044 Release note: None
lyang24
pushed a commit
to lyang24/cockroach
that referenced
this issue
May 15, 2023
… in schema.sql. Epic: None Fixes: cockroachdb#102044 Release note: None
lyang24
pushed a commit
to lyang24/cockroach
that referenced
this issue
May 15, 2023
… in schema.sql. Epic: None Fixes: cockroachdb#102044 Release note: None
craig bot
pushed a commit
that referenced
this issue
May 16, 2023
102860: sql: add relevant udfs to statement bundles r=rytaft,michae2 a=lyang24 Statement bundles now include the CREATE statements for relevant udf in schema.sql. Epic: None Fixes: #102044 Release note: None Co-authored-by: Eric.Yang <[email protected]>
rytaft
pushed a commit
to rytaft/cockroach
that referenced
this issue
May 16, 2023
…in schema.sql. Epic: None Fixes: cockroachdb#102044 Release note: None
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
E-quick-win
Likely to be a quick win for someone experienced.
O-qa
T-sql-queries
SQL Queries Team
Is your feature request related to a problem? Please describe.
Currently, any UDFs used by a query are not included in the statement bundle. This will make it impossible to reproduce the issue.
Describe the solution you'd like
We should add the definitions of any UDFs used by the query to the
schema.sql
file.Jira issue: CRDB-27237
The text was updated successfully, but these errors were encountered: