Page 1 of 1

Generated table alias in uppercase

Posted: Tue 26 Mar 2013 07:28
by sov
Hi,
Is it possible to get the auto generated table alias in uppercase instead of lowercase?
When typing "select * from sys.objects" and then hitting tab, following is generated: "select * from sys.objects as o". I want the "o" as "O". Is that possible?
Thanks! Stefan.

Re: Generated table alias in uppercase

Posted: Tue 26 Mar 2013 11:07
by alexa
Please perform the following actions:

1. Select 'SQL Complete -> Options' from the main menu. The 'Options' window opens.
2. Navigate to the 'Formatting -> Profiles' branch.
3. Select a profile.
4. Click 'Edit Profile...'. The 'Edit Profile' window opens.
5. Expand the 'Text Case -> Identifier Case' node.
6. Select the 'Upper' option.

Re: Generated table alias in uppercase

Posted: Wed 03 Apr 2013 08:28
by sov
Thank you for the reply, but that is not what I want.
The suggestion results in uppercased schema and tablenames, e.g. "select * from SYS.OBJECTS as O".
Is it possible to only capitalize the alias?

Re: Generated table alias in uppercase

Posted: Wed 03 Apr 2013 16:54
by alexa
Unfortunately, this is not possible. However, we already have such functionality in our roadmap for future product releases.

Re: Generated table alias in uppercase

Posted: Wed 03 Apr 2013 19:32
by sov
Could you please tell me, when this feature will be released?

Re: Generated table alias in uppercase

Posted: Fri 05 Apr 2013 09:29
by alexa
Unfortunately, this will not be implemented in the nearest future.

Re: Generated table alias in uppercase

Posted: Wed 15 Jan 2014 08:19
by sov
Thank you for releasing this functionality in version 4.5 !