Formatting Request for Transaction Code Blocks

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
dhirshjr
Posts: 1
Joined: Wed 11 Apr 2012 13:24

Formatting Request for Transaction Code Blocks

Post by dhirshjr » Wed 11 Apr 2012 13:34

Hi,

I don't know if I just haven't found the option or if this is missing, but I always indent my code within a transaction block.

Code: Select all

BEGIN TRANSACTION
    --Do stuff
COMMIT TRANSACTION
What I am seeing is the following.

Code: Select all

BEGIN TRANSACTION
--Do stuff
COMMIT TRANSACTION
I already have indent block contents checked.
Am I just not setting the correct option?

Thanks,
Douglas

alexa

Post by alexa » Thu 12 Apr 2012 07:50

Hello,

Currently, there is no such option in dbForge SQL Complete.

However, we have added this suggestion on your behalf on our UserVoice forum to see how it's important for other users: http://devart.uservoice.com/forums/8789 ... tion-block

Post Reply