Skip to content

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

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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