PostgreSQL autoincrement identity field and Entity Framework

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
vladp
Posts: 1
Joined: Thu 26 Jun 2008 11:09

PostgreSQL autoincrement identity field and Entity Framework

Post by vladp » Thu 26 Jun 2008 13:45

We using PostgreSQLDirect .NET provider within ADO.NET Entity Framework. In order to update entity id after inserting new object into the table with autoincrement Serial field we defined StoreGeneratedPattern="Identity" attribute in storage schema. But when we save changes into the database NotImplementedException occured. Could you specify in which version you planning to implement this feature? Do you know any workarounds of this problem? Thanks

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Fri 27 Jun 2008 15:46

Hello,

We are invesigating this possibility.
We will notify you on results in the nearest time.

Regards,
Alexey.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Tue 08 Jul 2008 12:02

Hello, Vladp.

The feature you have requested is implemented in the upcoming build of PostgreSQLDirect .NET. It will be available in a week.

Regards, Andrey

Post Reply