Different (or customizable) alias generation
For table name, for example, 'tMoneyCashOrder', auto-alias should be like 'tMCO'
5
votes
This feature is already implemented in SQL Complete 2.0
-
AdminDevart
(_, Devart)
commented
Prefixes are intensionally skipped.
-
Алексей Левчук
commented
Sorry, but i didn't see any difference in generating behavior with that option off. I'm still get alias without prefix and in lower case.
-
AdminDevart
(_, Devart)
commented
You can turn off the option 'Exclude name prefixes' in SQL Complete Options dialog box on Alias page.
-
Алексей Левчук
commented
In version 2.0, generated alias in this case is "mco", not "tMCO".