Formatting Request for Transaction Code Blocks
Posted: 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.
What I am seeing is the following.
I already have indent block contents checked.
Am I just not setting the correct option?
Thanks,
Douglas
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
Code: Select all
BEGIN TRANSACTION
--Do stuff
COMMIT TRANSACTION
Am I just not setting the correct option?
Thanks,
Douglas