Skip to content

Bound single-column NCI #5

@petervandivier

Description

@petervandivier

Support Succinct Syntax for NCIs bound to a single column

AVOID

create table dbo.foo (
    bar int
);
go
create index ix_baz on dbo.foo ( bar );
go

PREFER

create table dbo.foo (
    bar int
        index ix_baz
);
go

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions