Plans to support identity columns with postgresql 10?

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
markatosi
Posts: 5
Joined: Fri 23 Apr 2010 13:50

Plans to support identity columns with postgresql 10?

Post by markatosi » Wed 31 Jan 2018 21:33

Will identity columns with postgresql 10 be supported in addition to normal serial/bigserial support?

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

Re: Plans to support identity columns with postgresql 10?

Post by Shalex » Thu 01 Feb 2018 10:56

Identity columns with PostgreSQL 10 are supported.

If you encounter any issue, please specify:
1) the problem we should reproduce in our environment
2) the name of your model (e.g.: EF Core *.efml, Entity Model *.edml, etc)
3) the version of your Entity Developer
4) the version of provider used (e.g.: dotConnect for PostgreSQL v7.10.1061)

markatosi
Posts: 5
Joined: Fri 23 Apr 2010 13:50

Re: Plans to support identity columns with postgresql 10?

Post by markatosi » Thu 01 Feb 2018 17:53

Hi Shalex,

I'm using code first.

When I choose update database from model it creates the primary keys as serial/bigserial rather than
using the identity column type from postgres10. I don't see an option in the properties section for requesting an identity type to used instead.

Name of model is: EntityModel.edml
Version: (I'm using the Devart ED from within Visual Studio 2017 Enterprise) The stand-alone version is 6.2.414
dotConnect: 7.10.1061.0

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

Re: Plans to support identity columns with postgresql 10?

Post by Shalex » Tue 06 Feb 2018 20:06

Thank you for the additional information. We will investigate the issue and notify you about the result.

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

Re: Plans to support identity columns with postgresql 10?

Post by Shalex » Thu 15 Feb 2018 18:22

Identity columns in PostgreSQL 10 are supported: viewtopic.php?f=32&t=36594.

Post Reply