Skip to content

INCLUDE index columns are being generated as covering index columns #12

@Rap70r

Description

@Rap70r

Hello,

If the origin table has an index with INCLUDE columns, the output script has those columns as covering columns.

Origin

CREATE INDEX idx1 ON MyTable (Col1) INCLUDE (Col2, Col3)
Output
CREATE INDEX idx1 ON MyTable (Col1, Col2, Col3)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions