Snake casing translator for Postgres?

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
RobertK
Posts: 111
Joined: Thu 02 Mar 2017 05:44

Snake casing translator for Postgres?

Post by RobertK » Wed 22 Mar 2017 22:43

Postgres standard naming convention uses snake casing, however there seems to be no translator to convert a class model name to snake casing (database table name, database column name)?

Example
From: CustomerGroup (Pascal casing)
To: customer_group (Snake casing)

Snake casing is unavailable
Image

Work-around solution: (Manually retyping all every table name and column name???)
Image

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

Re: Snake casing translator for Postgres?

Post by Shalex » Thu 23 Mar 2017 18:32


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

Re: Snake casing translator for Postgres?

Post by Shalex » Fri 21 Apr 2017 17:08

The Snake case in both Model and Database naming rules is supported. We will notify you when the new build of Entity Developer is available for download.

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

Re: Snake casing translator for Postgres?

Post by Shalex » Fri 26 May 2017 18:07

The Snake case in both Model and Database naming rules is supported via the new "Add underscore" option in the new build: viewtopic.php?f=32&t=35443.

Post Reply