Firstly I am sorry if this should have been posted directly in the Entity Framework repo, the contributions guidelines stated discussions should go here.
When using Entity Framework 7 against a Microsoft SQL 2008 R2 database I noticed that it is calling a DropColumn/AddColumn set when a column is renamed in an Entity instead of invoking sp_RENAME to prevent data loss. I was wondering what the reasoning for this was?
Firstly I am sorry if this should have been posted directly in the Entity Framework repo, the contributions guidelines stated discussions should go here.
When using Entity Framework 7 against a Microsoft SQL 2008 R2 database I noticed that it is calling a DropColumn/AddColumn set when a column is renamed in an Entity instead of invoking sp_RENAME to prevent data loss. I was wondering what the reasoning for this was?