 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
judahr
Joined: 09 Mar 2007 Posts: 319 Country: United States |
|
Name isn't a keyword |
|
v 4.8.29
SQL
I know super minor but...
I have Always Add Delimiters for Only if name = keyword. It is including a delimiter for a column named Name. Name is not a keyword. However Names is. I didn't test to see if it quotes Names.
|
|
Fri Jan 22, 2010 4:42 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Keywords are specified in SQL Assistant options on the code Formatting tab, they are not hard-coded. If you see the fit, you can change NAME to NAMES or remove it completely. If NAME is removed from keyword list, SQL Assistant will not try to format it or enclose in quotes.
BTW, In SQL Server for backward compatibility reasons, some keywords are allowed to be used as column and object names without using brackets and/or quoting. NAMe is one of them.
|
|
Sun Jan 24, 2010 3:40 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
|
|
|