| Author |
Message |
Wyatt70
Joined: 29 Jul 2005 Posts: 36 Location: Yonkers, NY
|
Posted: Fri Nov 12, 2010 5:12 pm Post subject: Semicolons |
|
|
I see the product still has that irritating behavior of inserting a space in front of every semicolon. Is there any way to turn off this behavior? If not, can the development team please give us a way to turn off this behavior?
Here's an example:
| Code: |
-- Unformatted code
declare @table_name varchar(50);
declare @code_field varchar(50);
declare @desc_field varchar(150);
declare @this_code varchar(50);
|
| Code: |
-- Formatted code
DECLARE @table_name VARCHAR(50) ;
DECLARE @code_field VARCHAR(50) ;
DECLARE @desc_field VARCHAR(150) ;
DECLARE @this_code VARCHAR(50) ;
|
|
|
| Back to top |
|
 |
Luke Jefferson
Joined: 17 Sep 2010 Posts: 33
|
Posted: Mon Nov 15, 2010 11:48 am Post subject: |
|
|
Thanks for your feedback. I've added your comments to our backlog and we will look at improving this in a future release.
Luke Jefferson
Product Manager
Red Gate Software |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group