Don't generate sql comments for postgresql

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
ridami
Posts: 2
Joined: Thu 23 Dec 2010 09:52

Don't generate sql comments for postgresql

Post by ridami » Tue 11 Aug 2015 05:29

entitydeveloper58pro_5.8.662 (30-Jul-2015)

Don't generate sql comments for postgresql.
Like:
COMMENT ON TABLE mytable IS 'This is my table.';
COMMENT ON COLUMN my_table.my_column IS 'Employee ID number';

Not for newest DotConnet or neither npgsql driver.
Oracle driver is working ok

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Don't generate sql comments for postgresql

Post by MariiaI » Tue 11 Aug 2015 11:16

ridami wrote:Don't generate sql comments for postgresql.
Thank you for the report. Currently, it is not supported in Entity Developer. However, we will investigate the possibility of adding this support and inform you about the results as soon as possible.

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Don't generate sql comments for postgresql

Post by MariiaI » Fri 21 Aug 2015 06:11

The behaviour is changed: now the database comments are generated via the Update Database From Model and Generate Database Script From Model wizards (PostgreSQL).
New build of Entity Developer 5.8.676 is available for download!
It can be downloaded from http://www.devart.com/entitydeveloper/download.html (trial version) or from Registered Users' Area (for users with active subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?f=32&t=32316.

Post Reply