PostgreSQL autoincrement identity field and Entity Framework
Posted: 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