Lost Table Capitalization
Posted: Thu 19 Jul 2018 18:11
Hello,
With the latest version (8.0.40 as of writing) table names have lost their capitalization causing auto-completion to create aliases based on the first letter of a table instead of the capitalized letters. Is there a fix for this?
Here's a couple example tables:
'join tblProject P' is now 'join tblproject T'
'join tblProjectAttachments PA' is now 'join tblprojectattachments T'
In the case of inner join using the tables above, tblprojectattachment's alias becomes T1 instead of PA, which defeats the purpose of aliases.
With the latest version (8.0.40 as of writing) table names have lost their capitalization causing auto-completion to create aliases based on the first letter of a table instead of the capitalized letters. Is there a fix for this?
Here's a couple example tables:
'join tblProject P' is now 'join tblproject T'
'join tblProjectAttachments PA' is now 'join tblprojectattachments T'
In the case of inner join using the tables above, tblprojectattachment's alias becomes T1 instead of PA, which defeats the purpose of aliases.