Comma placement in select

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
SavikVas
Posts: 2
Joined: Thu 02 Mar 2017 14:41

Comma placement in select

Post by SavikVas » Thu 02 Mar 2017 14:44

Is there a way to change the placement of the commas in the auto creation of a select.

It used to be
Select ID, Name,
but it s now
Select ID ,Name ,

I like things to be formatted a certain way and this change is driving me as little bonkers. It started an update or 2 back.

Thanks!

alexa

Re: Comma placement in select

Post by alexa » Fri 03 Mar 2017 10:17

Please navigate to the 'Options' window of dbForge and perform the following:
1. Navigate to the 'Formatting -> Profiles' branch.
2. Select the active profile (in bold) and click the 'Edit Profile...' button.
3. In the 'Edit Formatting Profile' window, navigate to the 'Spacing -> Delimiters' branch and unselect the 'Insert space before comma' option.

SavikVas
Posts: 2
Joined: Thu 02 Mar 2017 14:41

Re: Comma placement in select

Post by SavikVas » Fri 03 Mar 2017 15:57

Thank you!

Post Reply