Option to convert CamelCase entity model names to UPPER_CASE names

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
apolon
Posts: 6
Joined: Fri 10 Feb 2017 09:17

Option to convert CamelCase entity model names to UPPER_CASE names

Post by apolon » Tue 14 Feb 2017 03:03

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?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

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

Post by Shalex » Wed 15 Feb 2017 13:10



Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

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

Post by Shalex » Wed 22 Feb 2017 07:47

Thank you.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

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

Post by Shalex » Fri 26 May 2017 18:18

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

Post Reply