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.
Generated table alias in uppercase
Re: Generated table alias in uppercase
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.
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
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?
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
Unfortunately, this is not possible. However, we already have such functionality in our roadmap for future product releases.
Re: Generated table alias in uppercase
Could you please tell me, when this feature will be released?
Re: Generated table alias in uppercase
Unfortunately, this will not be implemented in the nearest future.
Re: Generated table alias in uppercase
Thank you for releasing this functionality in version 4.5 !