Commented Issue: Scaffolding of stored procedures fails with...
Given the following model:```public class WorldContext : DbContext{ public DbSet<Thing> Things { get; set; } protected override void OnModelCreating(DbModelBuilder modelBuilder){...
View ArticleEdited Issue: Reverse engineering does not mark rowversion/timestamp columns...
Please add a feature to automatically set ConcurrencyMode=Fixed.EF defaults to no concurrency control (last write wins) which allows lost updates.Enforcing optimistic concurrency checks can explicitly...
View ArticleEdited Feature: Reverse engineering does not mark GUID keys with default...
When a table has a key column of type uniqueidentifier with a default value of newsequentialid() EF (both the Database First and the Reverse Engineer Code First in the PowerTools) should understand...
View ArticleEdited Issue: Reverse engineering does not mark rowversion/timestamp columns...
Please add a feature to automatically set ConcurrencyMode=Fixed.EF defaults to no concurrency control (last write wins) which allows lost updates.Enforcing optimistic concurrency checks can explicitly...
View ArticleEdited Feature: Reverse engineering does not mark GUID keys with default...
When a table has a key column of type uniqueidentifier with a default value of newsequentialid() EF (both the Database First and the Reverse Engineer Code First in the PowerTools) should understand...
View ArticleEdited Task: Perf: Investigate impact of using server side generated Guid as...
"ADO.NET Entity Framework 4.0 introduces support for server side generated Guid as the primary key of a row. The FAQ for EF 1.0 warns against client side generated Guids as it informs they will result...
View ArticleEdited Issue: Model-First doesn't support creating tables with timestamps [1122]
We could at least recognize that that a binary property with fixed length 16, fixed concurrency mode and identity store generated pattern should produce a timestamp column when generating a SQL...
View ArticleEdited Feature: Model-first does not support creating tables with...
This is right now the #5 ask in our UserVoice site, so just making sure we track it here as...
View ArticleEdited Issue: Model-First does not support creating tables with timestamps...
We could at least recognize that that a binary property with fixed length 16, fixed concurrency mode and identity store generated pattern should produce a timestamp column when generating a SQL...
View ArticleEdited Issue: Scaffolding of stored procedures fails with DbUpdateException...
Given the following model:```public class WorldContext : DbContext{ public DbSet<Thing> Things { get; set; } protected override void OnModelCreating(DbModelBuilder modelBuilder){...
View ArticleSource code checked in, #179d788d5123232c3ddd599591d9664b080e20b1
Attempt fix of intermittent test failure due to async operation sometimes canceling before and sometimes canceling during Wait.
View ArticleCreated Issue: Database.Log interceptor is not unregistered on context...
This means it will stay registered for the life of the app domain.
View ArticleEdited Issue: Database.Log interceptor is not unregistered on context...
This means it will stay registered for the life of the app domain.
View ArticleEdited Unassigned: Setup :: Uninstalling EF.SqlCE does not remove provider...
When we uninstall EF Beta 1 bits, we don't remove the provider information. This is a slight hindrance for people who want to scale back to EF 4.3 for instance. We might want to consider removing this...
View ArticleCreated Unassigned: Setup :: when installing EF.CE on top of existing EF...
When one installs EntityFramework package, we add the following comment to the configuration:<!-- For more information on Entity Framework configuration, visit...
View ArticleEdited Unassigned: Setup :: when installing EF.CE on top of existing EF...
When one installs EntityFramework package, we add the following comment to the configuration:<!-- For more information on Entity Framework configuration, visit...
View ArticleCreated Unassigned: Composable function parameters do not support Unicode...
Looks like they are getting run through some bad regex. This affects the designer's ability to reverse engineer from databases with non-English TVF parameter strings.
View ArticleEdited Unassigned: Powershell commands are not localized (EF6) [1121]
Wasn't sure if we had an issue to track this or not.For EF6 beta (candidate build) I'm not seeing any localization for the powershell commands. This is with the EF6 packages that come on-disk with the...
View ArticleCommented Issue: Renaming self-referencing FK column throws "Sequence...
Using Nightly 6.0.0-alpha3-20404Repro steps:Create new console application with inheritance, EdmProperty Model based conventions, and Initializercomment out ModelBuilder.Conventions.Add lineRun...
View ArticleEdited Issue: Setup :: EF Beta 1 does not install on VS Desktop Express [1127]
When trying to install EF package on Visual Studio Desktop Express (2012) we throw the following exception:Could not load file or assembly 'VsWebSite.Interop, Version=8.0.0.0, Culture=neutral,...
View Article