Skip to content

sql: panic: add column T[] unique #26483

@madelynnblue

Description

@madelynnblue

create table t(); alter table t ADD COLUMN c int[] UNIQUE;

panic while executing 1 statements: ALTER TABLE _ ADD COLUMN _ INT[] UNIQUE; caused by unimplemented: column c is of type ARRAY and thus is not indexable

Found with RSG.

Metadata

Metadata

Assignees

Labels

C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions