 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
heironimus
Joined: 07 Dec 2006 Posts: 8
|
|
Feature Request – Do not capitalize words in [] |
|
Currently if you have a column or table name that is a keyword (like Transaction) in your SQL statement, SQL Assistant will capitalize that word, even if you surround it in square brackets.
For example,
SELECT *
FROM [Transaction]
becomes
SELECT *
FROM [TRANSACTION]
It would be nice if SQL Assistant would not capitalize a word if it begins with a square bracket.
|
|
Tue Aug 14, 2007 12:27 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
"Transaction" is a keyword and as such should not be used for object or column names.
If you don't want this particular word treated as a keyword, you can remove it from the Keywords list in SQL Assistant's options.
|
|
Tue Aug 14, 2007 12:36 pm |
|
 |
|
|
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
|
|
|