Skip to content

Feature request: add braces around objects and column names #206

Description

@sonnemaf

Hi,

I would like an option to get square braces add around objects and column names

before

SELECT ProductName 
FROM dbo.Products

after

SELECT [ProductName]
FROM [dbo].[Products]

Not sure if this achievable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions