-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: refactor unimplemented statements into one file pkg/sql/unimplemented.go #137615
Copy link
Copy link
Closed
Closed
Copy link
Labels
A-sql-privilegesSQL privilege handling and permission checks.SQL privilege handling and permission checks.C-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)
Description
Move the files mentioned in this comment to a new file pkg/sql/unimplemented.go, the unimplemented comment on type code can be moved here also.
Also move dropOwnedByNode from pkg/sql/drop_owned_by.go.
Jira issue: CRDB-45671
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-privilegesSQL privilege handling and permission checks.SQL privilege handling and permission checks.C-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)