-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: allow the InternalExecutor to work with a modified schema #34304
Copy link
Copy link
Closed
Labels
A-schema-changesA-schema-descriptorsRelating to SQL table/db descriptor handling.Relating to SQL table/db descriptor handling.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
There are at least 3 applications for schema change validation that require the validation to be done before the schema change goes public, but the validation is done using SQL that can only function on the public schema. What makes sense is to hand a schema from the future to the internal executor so that it can do the right thing.
Jira issue: CRDB-4655
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-schema-changesA-schema-descriptorsRelating to SQL table/db descriptor handling.Relating to SQL table/db descriptor handling.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)