Source code checked in, #e357303e48bb
Merge branch 'migext' Conflicts: src/EntityFramework/Properties/Resources.cs src/EntityFramework/Properties/Resources.resx
View ArticleCreated Issue: Reverse engineering feature does not honor cascade delete...
Reverse engineering feature does not honor cascade delete settings for foreign keys.If FK1 has Delete Rule set to No Action in SQL Server, the following mapping is generated.```this.HasRequired(t =>...
View ArticleEdited Issue: Reverse engineering feature does not honor cascade delete...
Reverse engineering feature does not honor cascade delete settings for foreign keys.If FK1 has Delete Rule set to No Action in SQL Server, the following mapping is generated.```this.HasRequired(t =>...
View ArticleEdited Issue: EF Power Tools Reverse engineering feature does not honor...
EF Power Tools Reverse engineering feature does not honor cascade delete settings for foreign keys.If FK1 has Delete Rule set to No Action in SQL Server, the following mapping is...
View ArticleSource code checked in, #c0adaf903c07
Code First: Sproc mapping changes resulting from design meeting
View ArticleCreated Issue: Move SqlFunctions and SqlSpatialFunctions to the EF SQL Server...
SqlFunctions and SqlSpatialFunctions classes offer the possibility of using SQL Server specific functions in LINQ queries. They are similar to DbFunctions/EntityFunctions classes but the later allow...
View ArticleEdited Issue: Move SqlFunctions and SqlSpatialFunctions to the EF SQL Server...
SqlFunctions and SqlSpatialFunctions classes offer the possibility of using SQL Server specific functions in LINQ queries. They are similar to DbFunctions/EntityFunctions classes but the later allow...
View ArticleEdited Issue: Move SqlFunctions and SqlSpatialFunctions to the EF SQL Server...
SqlFunctions and SqlSpatialFunctions classes offer the possibility of using SQL Server specific functions in LINQ queries. They are similar to DbFunctions/EntityFunctions classes but the later allow...
View ArticleEdited Issue: Move SqlFunctions and SqlSpatialFunctions to the EF SQL Server...
SqlFunctions and SqlSpatialFunctions classes offer the possibility of using SQL Server specific functions in LINQ queries. They are similar to DbFunctions/EntityFunctions classes but the later allow...
View ArticleCreated Issue: Designer behaves differently when upgrading .NET on the...
Using Visual Studio 2012 Update11. Create a new entity diagram with target .NET as .NET 3.5.2. add couple of entities and association, don't add complex type as property to any entity.3. Save the...
View ArticleCreated Issue: EF5: CodeFirst is losing type facets returned by the provider...
In EF5 CodeFirst when EF is creating mapping between model and store properties it requests the store type usage corresponding to the model type usage (DbProviderManifest.GetStoreType()) but stores...
View ArticleCommented Issue: EF5: CodeFirst is losing type facets returned by the...
In EF5 CodeFirst when EF is creating mapping between model and store properties it requests the store type usage corresponding to the model type usage (DbProviderManifest.GetStoreType()) but stores...
View ArticleEdited Issue: EF5: CodeFirst is losing type facets returned by the provider -...
In EF5 CodeFirst when EF is creating mapping between model and store properties it requests the store type usage corresponding to the model type usage (DbProviderManifest.GetStoreType()) but stores...
View ArticleCreated Issue: EF5.0 bug [882]
protected override void OnModelCreating(DbModelBuilder modelBuilder){ modelBuilder.Configurations.Add(new CustomerMap());//this is another namespace type modelBuilder.Configurations.Add(new...
View ArticleCommented Issue: EF5.0 bug [882]
protected override void OnModelCreating(DbModelBuilder modelBuilder){ modelBuilder.Configurations.Add(new CustomerMap());//this is another namespace type modelBuilder.Configurations.Add(new...
View ArticleCommented Issue: EF5.0 bug [882]
protected override void OnModelCreating(DbModelBuilder modelBuilder){ modelBuilder.Configurations.Add(new CustomerMap());//this is another namespace type modelBuilder.Configurations.Add(new...
View ArticleSource code checked in, #a92ad238fcfd
NonOffshoreFactories - adding factory methods to EntityType and MetadataProperty Enabling creating EntityType and MetadataProperty objects publicly by using factory methods. Fixing a bug in...
View ArticleCommented Feature: Migrations: Support custom derived MigrationOperation [22]
There is a forum post with the following questions. Does anyone know the answers?http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/thread/cba32c2a-fe84-4d6b-93ff-077dc3046589ยท...
View ArticleCreated Issue: Performance of async queries regressed by changesets...
The throughput of async operations was decreased between 2% and 33% after the introduction of ObjectContext.ExecuteInTransactionAsync(). The profiles indicate that there's a significant amount of CPU...
View ArticleSource code checked in, #08cb0b2bb6b0
Code First: Adds schema configuration to modification function mapping APIs - Same pattern as ToTable APIs.
View Article