Skip to content

sql/schemachanger: detect unsupported types for unique indexes #84185

@fqazi

Description

@fqazi

Previously, the declarative schema changer when adding a column with a unique index did not generate the
appropriate error when an unsupported type was encountered. As a result, we would wait till execution and
require a rollback for this issue to be detected.

Jira issue: CRDB-17514

Metadata

Metadata

Assignees

Labels

C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions