Page 1 of 1

Plans to support identity columns with postgresql 10?

Posted: Wed 31 Jan 2018 21:33
by markatosi
Will identity columns with postgresql 10 be supported in addition to normal serial/bigserial support?

Re: Plans to support identity columns with postgresql 10?

Posted: Thu 01 Feb 2018 10:56
by Shalex
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)

Re: Plans to support identity columns with postgresql 10?

Posted: Thu 01 Feb 2018 17:53
by markatosi
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

Re: Plans to support identity columns with postgresql 10?

Posted: Tue 06 Feb 2018 20:06
by Shalex
Thank you for the additional information. We will investigate the issue and notify you about the result.

Re: Plans to support identity columns with postgresql 10?

Posted: Thu 15 Feb 2018 18:22
by Shalex
Identity columns in PostgreSQL 10 are supported: viewtopic.php?f=32&t=36594.