Page 1 of 1

Option to convert CamelCase entity model names to UPPER_CASE names

Posted: Tue 14 Feb 2017 03:03
by apolon
My preference is to work with CamelCase entity names and the destination database naming convention is a CAPITAL_UNDERSCORE where the underscore is the word separator. Is there a way to specify that the words implicit in a CamelCase entity name be converted to capitalized words separated by underscores?
e.g. AssetType --> ASSET_TYPE
FailureReason --> FAILURE_REASON etc.

If not, whats the best approach to requesting this feature?

Re: Option to convert CamelCase entity model names to UPPER_CASE names

Posted: Wed 15 Feb 2017 13:10
by Shalex

Re: Option to convert CamelCase entity model names to UPPER_CASE names

Posted: Wed 22 Feb 2017 02:09
by apolon

Re: Option to convert CamelCase entity model names to UPPER_CASE names

Posted: Wed 22 Feb 2017 07:47
by Shalex
Thank you.

Re: Option to convert CamelCase entity model names to UPPER_CASE names

Posted: Fri 26 May 2017 18:18
by Shalex
The Snake case in both Model and Database naming rules is supported via the new "Add underscore" option: viewtopic.php?f=32&t=35443.
apolon wrote:AssetType --> ASSET_TYPE
The corresponding options:
Case=Upper
"Add underscore" is selected