Linq to SQL Identity field issue

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
I-Vladimir
Posts: 10
Joined: Mon 23 Jan 2012 17:15

Linq to SQL Identity field issue

Post by I-Vladimir » Tue 24 Jan 2012 21:47

Hi,
Changed Int field to Int+identity (seed-1, inc-1). It was not and not a primary key now.
From exe ran update from database wizard, updated the diagram, saved.
Ran updated from database wizard another time - it showed that field changed again - Identity(old='False', new='True') was changed.

Regards,

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Wed 25 Jan 2012 17:20

As I've understood, the problem is that the wizard shows changes in the table even after you'd accepted them. Am I correct?

We couldn't reproduce this issue in our environment. Could you please specify the following:
- the version of Entity Developer you are using (including the build number - e.g., 4.2.110);
- the exact scripts describing the table before and after the change;
- the version of SQL Server you are working with.

Post Reply