Commented Issue: Issue migrating across schema changes [584]
The initial migration across a schema change works correctly, but then if the project is reverted and then updated again issues arise.Repro:create a project Enable-MigrationsAdd-Migration...
View ArticleClosed Issue: Issue migrating across schema changes [584]
The initial migration across a schema change works correctly, but then if the project is reverted and then updated again issues arise.Repro:create a project Enable-MigrationsAdd-Migration...
View ArticleCreated Issue: UniqueIdentifier primary keys (GUIDs) should not be created as...
Hey guys,In my original request on Connect ( https://connect.microsoft.com/VisualStudio/feedback/details/587040/create-guid-ids-as-non-clustered-primary-keys-in-entity-framework ) I made the point that...
View ArticleCreated Issue: Case where NotNull column need not be mapped throws "Sequence...
Repro Steps:1. Create a database in MSSQL2008R2.2. Create one table in database with an int32 PK column and a nullable int32 discriminator column.3. Create an ADO.NET EDMX, update from database...
View ArticleNew Post: Entity Framework Extensions
Hi I would like to draw first on my project "Entity Framework Extensions" people, this includes unit of work and repository pattern currently only for DbContext. I would like to create here a...
View ArticleEdited Issue: Multiple correlated subqueries with paging should generate...
This is a common scenario for customers who do multiple Include() calls within their Linq queries and where more than one of those Include() calls are to one-to-many collections. A customer explained...
View ArticleEdited Issue: Multiple correlated subqueries with paging should generate...
This is a common scenario for customers who do multiple Include() calls within their Linq queries and where more than one of those Include() calls are to one-to-many collections. A customer explained...
View ArticleEdited Issue: Multiple correlated subqueries with paging should generate...
This is a common scenario for customers who do multiple Include() calls within their Linq queries and where more than one of those Include() calls are to one-to-many collections. A customer explained...
View ArticleEdited Issue: Multiple correlated subqueries with paging should generate...
This is a common scenario for customers who do multiple Include() calls within their Linq queries and where more than one of those Include() calls are to one-to-many collections. A customer explained...
View ArticleCommented Issue: Possibility to have generate views also [605]
It would be nice to EF be able to define a View and not only tables. To do that, right now I have a table and will be droped in the Seed method of the configuration and a view with the same name will...
View ArticleCreated Issue: Trace DbQuery parameter values [619]
Please add feature to trace DbQuery parameter valuesDbQuery (in contrast to ObjectQuery) does not have a Parameters property.Using SqlProfiler is not an option.We are tracing using log4net in...
View ArticleCommented Issue: Designer: Automate setting ConcurrencyMode=Fixed on...
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 ArticleCommented Issue: EF4.3.1 on .NET 4 / VS2012 - The mapping of CLR type to EDM...
We're using EF 4.3.1 code-first under .NET 4.0 and VS2012. We have a query that looks similar to the following:ctx.Set<Entities.A>().Select(a => new DTO.A { Id = a.Id, Name = a.Name...
View ArticleEdited Issue: Support Read-Only Context or DbSet [601]
It would be great to have a broader way to define no tracking contexts or no tracking DbSets so that we can design read-only models or DbSets. Yes we can control that in a repository but controlling it...
View ArticleCommented Issue: Support Read-Only Context or DbSet [601]
It would be great to have a broader way to define no tracking contexts or no tracking DbSets so that we can design read-only models or DbSets. Yes we can control that in a repository but controlling it...
View ArticleCommented Issue: EF4.3.1 on .NET 4 / VS2012 - The mapping of CLR type to EDM...
We're using EF 4.3.1 code-first under .NET 4.0 and VS2012. We have a query that looks similar to the following:ctx.Set<Entities.A>().Select(a => new DTO.A { Id = a.Id, Name = a.Name...
View ArticleReopened Issue: EF4.3.1 on .NET 4 / VS2012 - The mapping of CLR type to EDM...
We're using EF 4.3.1 code-first under .NET 4.0 and VS2012. We have a query that looks similar to the following:ctx.Set<Entities.A>().Select(a => new DTO.A { Id = a.Id, Name = a.Name...
View ArticleEdited Issue: EF4.3.1 on .NET 4 / VS2012 - The mapping of CLR type to EDM...
We're using EF 4.3.1 code-first under .NET 4.0 and VS2012. We have a query that looks similar to the following:ctx.Set<Entities.A>().Select(a => new DTO.A { Id = a.Id, Name = a.Name...
View ArticleCreated Issue: UpForGrabs: Polymorphic removal of objects added to an...
Deleting objects of derived entity types added to an ObjectSet will NOT raise the ListChanged event on the internal IBindingList of the the ObjectSet as a IListSource. Note: ObjectSet extends...
View ArticleCommented Issue: Support Read-Only Context or DbSet [601]
It would be great to have a broader way to define no tracking contexts or no tracking DbSets so that we can design read-only models or DbSets. Yes we can control that in a repository but controlling it...
View Article