Insert statement formatter adds trailing space

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
HockeyFan77
Posts: 5
Joined: Tue 25 Apr 2017 14:45

Insert statement formatter adds trailing space

Post by HockeyFan77 » Fri 17 Dec 2021 15:37

I have my insert statement formatted to

Code: Select all

insert into TABLE
  (COLUMNS)
values
  (VALUES)
It works just fine, but has the annoying side effect of adding a trailing space after "TABLE". So I wind up with this...

Code: Select all

insert into TABLE<<INSERTED-SPACE-HERE>>
  (COLUMNS)
values
  (VALUES)
Again, not a huge deal, just slightly annoying.

alexa

Re: Insert statement formatter adds trailing space

Post by alexa » Sun 19 Dec 2021 17:13

Could you please tell us what version of dbForge you are using and send us the exported formatting profile with your specific settings (select 'SQL Complete -> Import and Export Settings...' from the main menu, select 'Export...' in the wizard, select 'All settings -> Options -> Text Editor -> Formatting' option)?

A video or screenshots would be also of help.

You can send the reply straight to our support system at supportATdevartDOTcom.

Post Reply