Reopened Issue: Migrations: Remove history table metadata from code-behind [999]
See design meeting notes: http://entityframework.codeplex.com/wikipage?title=Design%20Meeting%20Notes%20-%28March%2021%2c%202013
View ArticleEdited Issue: Migrations: Remove history table metadata from code-behind [999]
See design meeting notes: http://entityframework.codeplex.com/wikipage?title=Design%20Meeting%20Notes%20-%28March%2021%2c%202013
View ArticleClosed Issue: Migrations: Remove history table metadata from code-behind [999]
See design meeting notes: http://entityframework.codeplex.com/wikipage?title=Design%20Meeting%20Notes%20-%28March%2021%2c%202013
View ArticleReopened Issue: Bug in Complex Type Discovery convention [943]
When the model below is evaluated, Address is treated as an Entity instead of being a complex type and an exception is thrown. This exception goes away and the model is properly evaluated when the...
View ArticleEdited Issue: Bug in Complex Type Discovery convention [943]
When the model below is evaluated, Address is treated as an Entity instead of being a complex type and an exception is thrown. This exception goes away and the model is properly evaluated when the...
View ArticleClosed Issue: Bug in Complex Type Discovery convention [943]
When the model below is evaluated, Address is treated as an Entity instead of being a complex type and an exception is thrown. This exception goes away and the model is properly evaluated when the...
View ArticleEdited Feature: Migrations: Support modification function mapping [948]
Add support for modification function mapping to Migrations. We should be able to scaffold new fluent APIs representing the modification functions and generate the corresponding stored procedure SQL.
View ArticleCommented Feature: Migrations: Support modification function mapping [948]
Add support for modification function mapping to Migrations. We should be able to scaffold new fluent APIs representing the modification functions and generate the corresponding stored procedure...
View ArticleEdited Feature: Migrations: Support modification function mapping [948]
Add support for modification function mapping to Migrations. We should be able to scaffold new fluent APIs representing the modification functions and generate the corresponding stored procedure 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, #ba4b72171f3abc185829c92f09a93f3a2ba5efbb
WorldLogSnorkellingChampion (Iteration on interception design and simple Database.Log property.) This change updates the command interception feature in four main ways: - More information about the...
View ArticleCommented Feature: Add hooks for tracing generated SQL [958]
We have a general item to add better lifecycle hooks to DbContext--see http://entityframework.codeplex.com/workitem/872However, this doesn't fit in the schedule for EF6, so this work item is about...
View ArticleEdited Feature: Add hooks for tracing generated SQL [958]
We have a general item to add better lifecycle hooks to DbContext--see http://entityframework.codeplex.com/workitem/872However, this doesn't fit in the schedule for EF6, so this work item is about...
View ArticleEdited Issue: EF6 VB .tt codegen is broken (ships with Designer) [1112]
I'm seeing one null ref exception and another typo in the EF6 codegen. ("FixNamespace" should be "FixNamespaces")
View ArticleCommented Issue: EF6 VB .tt codegen is broken (ships with Designer) [1112]
I'm seeing one null ref exception and another typo in the EF6 codegen. ("FixNamespace" should be "FixNamespaces")Comments: Resolved
View ArticleCreated Unassigned: Designer: New EDM wizard spacing different on DEU loc [1116]
This is very minor and should not take high priority anytime soon, but for any future work ("one ef" in particular) it is worth noting that the first page of the new EDMX wizard has much wider spacing...
View ArticleEdited Issue: Designer: Can't select EF6 for model-first [1111]
__Steps:__1. New Project2. Add new ADO.NET Entity Data Model item3. Empty model4. Update/Generate__Unexpected result:__EF6 is disabled and notification reads, "Your project references an older version...
View ArticleEdited Issue: Designer: SDE reference added on new model when EF6...
__Steps:__1. New project2. Install EF6 package3. Add new EDMX__Unexpected result:__* Project references System.Data.Entity.dll
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: 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 Article