Page 1 of 1

Comma placement in select

Posted: Thu 02 Mar 2017 14:44
by SavikVas
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!

Re: Comma placement in select

Posted: Fri 03 Mar 2017 10:17
by alexa
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.

Re: Comma placement in select

Posted: Fri 03 Mar 2017 15:57
by SavikVas
Thank you!