Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSSQL: Request - Option to enable square brackets for column identifiers instead of double quotes #26

Closed
jamespdaily opened this issue Jan 9, 2020 · 1 comment

Comments

@jamespdaily
Copy link

Would love to see an option that would create MSSQL scripts that qualify column names with square brackets instead of double quotes, as show in the examples below.

Insert into Daybreak.UserAgreementHistories([Timestamp]) values

instead of

Insert into Daybreak.UserAgreementHistories("Timestamp") values

@Wisser
Copy link
Owner

Wisser commented Jan 9, 2020

Hi,
what would be the benefit of using square brackets instead of double quotes?

@Wisser Wisser closed this as completed Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants