Edited Issue: MustFix: EF6 should work in partial trust [586]
This item is to track some changes we need to do in the core bits in order to enable it to work in partial trust, shall we decide that we need to support it.It is important to keep in mind that the...
View ArticleSource code checked in, #eb514b6d8cb5
Make CE tests not running under partial trust due to .NET 4 issue.
View ArticleCommented Issue: Query: Leap year bug on CreateDateTime and...
"When you write something like this: var d = db.Ps.DefaultIfEmpty().Select(p => EntityFunctions.CreateDateTime(2012,02,29,0,0,0));You’ll get an exception saying: An error occurred while reading from...
View ArticleEdited Issue: Query: Leap year bug on CreateDateTime and CreateDateTimeOffset...
"When you write something like this: var d = db.Ps.DefaultIfEmpty().Select(p => EntityFunctions.CreateDateTime(2012,02,29,0,0,0));You’ll get an exception saying: An error occurred while reading from...
View ArticleEdited Issue: MustFix: EF6 should work in partial trust [586]
This item is to track some changes we need to do in the core bits in order to enable it to work in partial trust, shall we decide that we need to support it.It is important to keep in mind that the...
View ArticleCreated Issue: EFDesigner: review all places we use reflection to talk to EF6...
Review all places we use reflection to talk to EF6 runtime - consider changing the code so that we don't have to use reflection but can use public surface
View ArticleNew Post: Where do I find the Async methods in EF 6
Hi thanks for getting back to me I am targeting 4.5 and using EF 6 that is what is puzzling it is compiles against v4.0.30319 when I run Install-Package EntityFramework -Pre 'EntityFramework...
View ArticleNew Post: Native support for nested set operations
I know this is really an implementation detail and might not exactly be relevant for the runtime, but I've been working a lot on streamlining tree operations in sql server, and have begun to move away...
View ArticleCreated Issue: DbContext Contructor doesn't throw "context has changed since...
After the update from EF 5.0 to EF 6 Alpha 2, our method for DB checking no longer works.```try{ logger.Info("Check if database migration is required"); var context = new MyContext(); logger.Info("No...
View ArticleCommented Feature: Enable a mechanism to provide query hints [261]
Neither the Linq extensions to C# nor Entity Framework provides any way to pass a query hint to the underlying data provider. For database programming, this is a fundamental shortcoming of the...
View ArticleNew Post: Query generation in batch insert scenarios
I'm pretty sure Entity Framework doesn't even use prepared commands when doing inserts/updates. E.g. It's not doing a DbCommand.Prepare() the first time through and then only sending parameter values...
View ArticleEdited Issue: Power Tools: Reverse engineer does not honor registered...
The VS and command line hosts for the T4 processor allow registering custom directives that can be processed by types registered under...
View ArticleSource code checked in, #949815207b2e
Optimizing DbProviderServices.GetExecutionStrategy Work Item: 851
View ArticleEdited Issue: Performance regression in EntityConnection.Open() and...
We have a severe performance regression on EntityConnection.Open() and EntityConnection.OpenAsync() after changeset...
View ArticleCommented Issue: Performance regression in EntityConnection.Open() and...
We have a severe performance regression on EntityConnection.Open() and EntityConnection.OpenAsync() after changeset...
View ArticleEdited Task: Unify Model Metadata APIs [555]
We have two separate APIs for expressing metadata about a model. One in Code First and another in the runtime components that used to be in .NET. We should consolidate these.When completing this task...
View ArticleCommented Task: Unify Model Metadata APIs [555]
We have two separate APIs for expressing metadata about a model. One in Code First and another in the runtime components that used to be in .NET. We should consolidate these.When completing this task...
View ArticleClosed Task: Unify Model Metadata APIs [555]
We have two separate APIs for expressing metadata about a model. One in Code First and another in the runtime components that used to be in .NET. We should consolidate these.When completing this task...
View ArticleEdited Issue: DropCreateDatabaseIfModelChanges initialzer doesn't work in...
When an exception is thrown from a custom convention the database is put into a bad state that causes the Initializer to not run. Repro:Create an console application following the standard...
View Article