Edited Issue: [RTM] Providers may expect to convert types read through their...
Prior to EF6, EF would read data from columns using the provider's DbDataReader GetXxx() methods, where Xxx is something like Int32, String, etc. This gave providers a hint as to the type that is...
View ArticleCreated Issue: ExecuteFunction for sprocs with multiple result sets uses...
The fix for https://entityframework.codeplex.com/workitem/1502 didn't cover the result sets returned from ExecuteFunction beyond the first one and they are still using the previous behavior when buffered.
View ArticleClosed Issue: [RTM] Designer: .NET branding image doesn't show on Win7 [1544]
When installing EF tools, the .NET branding image doesn't show up when installing on Win7. Comments: verified, closing
View ArticleNew Post: Relationship with non-primary column
I have two tables:create table dbo.Period ( [Year] smallint not null, [Month] tinyint not null, Tariff decimal(9, 5) not null, Id smallint not null, constraint PK_Period_Year_Month primary key ([Year],...
View ArticleCreated Unassigned: BUG: TableBuilder.PrimaryKey [1597]
#MigrationsWhen specifying a custom column-name for Primary Key, it isn't used.There are no tests covering the scenario, and so even though the API seems to support it, it isn't...
View ArticleEdited Unassigned: BUG: TableBuilder.PrimaryKey [1597]
#MigrationsWhen specifying a custom column-name for Primary Key, it isn't used.There are no tests covering the scenario, and so even though the API seems to support it, it isn't...
View ArticleClosed Unassigned: [Investigate EF6] EF6 RC1 usage in the context of unit...
While creating a performance suite I came across an issue with EF6 where I was getting"The Entity Framework provider type 'System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer,...
View ArticleEdited Unassigned: [Investigate EF6] EF6 RC1 usage in the context of unit...
While creating a performance suite I came across an issue with EF6 where I was getting"The Entity Framework provider type 'System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer,...
View ArticleEdited Issue: [RTM] Remove SqlCompact items from localized EntityFramework...
The SqlCompact resources assembly and intellisense file are being copied into the EntityFramework localized...
View ArticleClosed Issue: [RTM] Remove SqlCompact items from localized EntityFramework...
The SqlCompact resources assembly and intellisense file are being copied into the EntityFramework localized...
View ArticleClosed Issue: [RTM] VWDExpress needs %VS110COMNTOOLS% defined [1517]
See issue https://entityframework.codeplex.com/workitem/1431We also have the same issue on 2012 i.e. install only VWDExpress 2012 and the latest Dev11 drop of EFTools (I used RC1 build #7) on a VM...
View ArticleEdited Issue: ExecuteFunction for sprocs with multiple result sets uses...
The fix for https://entityframework.codeplex.com/workitem/1502 didn't cover the result sets returned from ExecuteFunction beyond the first one and they are still using the previous behavior when buffered.
View ArticleNew Post: Relationship with non-primary column
EF does not currently support relationships defined in terms of non-primary key unique constraints. The work item tracking this is https://entityframework.codeplex.com/workitem/299 You may want to vote...
View ArticleCommented Unassigned: [Investigate EF6] Stack overflow exception in...
I am getting the error 'An unhandled exception of type 'System.StackOverflowException' occurred in EntityFramework.dll' when trying to execute a fairly large expression.I have tested the expression...
View ArticleCommented Feature: Power tools : Data annotations for reverse engineering...
In many applications, having the classes generated use Data Annotations instead of the Fluent mapping is more desirable. There are blog posts on how to customize the tt files to do this for some...
View ArticleCreated Unassigned: Reduce the expression tree for complex queries in case of...
See https://entityframework.codeplex.com/workitem/1579 for more details. The attached file contains a repro.
View ArticleCommented Unassigned: [Investigate EF6] Stack overflow exception in...
I am getting the error 'An unhandled exception of type 'System.StackOverflowException' occurred in EntityFramework.dll' when trying to execute a fairly large expression.I have tested the expression...
View ArticleCreated Unassigned: Support bulk upsert (in core or contrib) via...
David Browne (dbrowne@microsoft.com) wrote the LinqEntityDataReader which wraps collections into a DbDataReader. Many people (myself included) use it as the basis for doing bulk inserts with...
View ArticleCreated Unassigned: support .Date operator in SQL generation [1600]
__NOTE:__ related to, but much smaller and more specific in scope, to work item 107 @ https://entityframework.codeplex.com/workitem/107something linq-to-sql supports and EF does not is accessing the...
View ArticleClosed Task: [NonVS] Docs: Using DbContext with mocking framework [402]
Provide guidance on how to write unit tests that don't hit a database using a mocking framework.Comments: Confirmed
View Article