Skip to content

CREATE INDEX statement doesn't support qualified table names #2184

@mathiasrw

Description

@mathiasrw

The CREATE INDEX statement doesn't support qualified table names.

Error: "TypeError: undefined is not an object (evaluating 'table.inddefs')"

Workaround: Must use temporary USE statements

Root cause: Parser expects unqualified names and fails to resolve table object

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions