Commented Issue: UpForGrabs: Eager and lazy loading has quadratic complexity...
When navigation property is populated Add method is called on RelatedEnd class in loop. Add method internally calls CheckIfNavigationPropertyContainsEntity on EntityCollection class - this method...
View ArticleSource code checked in, #f267e23a152a
removing redundant commented tests for issue 771 - tests have been added to DbContextTests suite
View ArticleCommented Issue: Migrate from console does not follow timeout param in...
When executing a migration from the console on a database with a table containing 30-50 columns and 1million rows the migration fails with a timeout exception regardless of the timeout parameter in the...
View ArticleEdited Issue: Migrate from console does not follow timeout param in...
When executing a migration from the console on a database with a table containing 30-50 columns and 1million rows the migration fails with a timeout exception regardless of the timeout parameter in the...
View ArticleEdited Issue: Inner join instead of outer [960]
Inner join generated where an outer join is expected.This happens when a join is made from T1 to T2 and then to T3 if relation T1-T2 is optional and T2-T3 is mandatory. Concrete example...
View ArticleNew Post: .include with multiple levels
This is a regression introduced with the fix for #655, in the join elimination logic, and should be fixed starting with build Alpha3-20321.
View ArticleNew Post: Unit testing with EFa3
When working with FakeDbSet<T> above, a Where() query will strip away the IDbAsyncQueryProvider, and you will still get the error again. I am looking into getting this to work, and will post here...
View ArticleCommented Issue: Inner join instead of outer [960]
Inner join generated where an outer join is expected.This happens when a join is made from T1 to T2 and then to T3 if relation T1-T2 is optional and T2-T3 is mandatory. Concrete example...
View ArticleCreated Issue: EF 6 and SQL Azure Federations [978]
Hi,I'm currently working on a new project with EF6 (ntityFramework 6.0.0-alpha3) and I encounter a problem with the SQL Azure federations...According to [this article...
View ArticleCommented Issue: Inner join instead of outer [960]
Inner join generated where an outer join is expected.This happens when a join is made from T1 to T2 and then to T3 if relation T1-T2 is optional and T2-T3 is mandatory. Concrete example...
View ArticleNew Post: Unit testing with EFa3
Did you use the most recent version? I just checked again and it's working fine for me. Where() calls into AsyncQueryProviderWrapper.CreateQuery<>(Expression) which constructs an...
View ArticleNew Post: Unit testing with EFa3
Yes, I did use the most recent version (modded just slightly to accept an enumerable on construction of FakeDbSet). I have just created a demo project and put it in my Dropbox, download it here. You'll...
View ArticleSource code checked in, #aaecd5ac3454
SlashDotDashRadioEdit (Fail fast for bad MigrationsDirectory passed on command-line) This is an additional fix for CodePlex 938 to catch the case where the Migrations directory is passed as a...
View ArticleEdited Issue: InvalidOperationException now that MARS is off by default [979]
HiI recently upgraded to EF6 alpha 3 and I started receiving an exception when running my integration tests.It took me a while to track it down, but I believe it is caused by the changeset...
View ArticleEdited Issue: Migrations: Leading slash in MigrationsDirectory causes entire...
This issue was copied from a public Connect issue http://connect.microsoft.com/VisualStudio/feedback/details/780284/entity-framework-code-first-migrations-crashSteps:* Create a project with a context*...
View ArticleCommented Issue: Migrations: Leading slash in MigrationsDirectory causes...
This issue was copied from a public Connect issue http://connect.microsoft.com/VisualStudio/feedback/details/780284/entity-framework-code-first-migrations-crashSteps:* Create a project with a context*...
View ArticleEdited Feature: Code First: Allow timeout to be set for DbSet.SqlQuery [59]
This item was migrated from the DevDiv work item tracking system [ID=307945].
View ArticleCommented Issue: Make EF 5 Migrations look for connection string in migration...
I just spent a day figuring out an issue ([as per this stack question](http://stackoverflow.com/questions/15553199/ef-5-migrations-cannot-connect-to-our-database-even-though-it-does-just-fine-at)) and...
View ArticleClosed Issue: Make EF 5 Migrations look for connection string in migration...
I just spent a day figuring out an issue ([as per this stack question](http://stackoverflow.com/questions/15553199/ef-5-migrations-cannot-connect-to-our-database-even-though-it-does-just-fine-at)) and...
View ArticleClosed Issue: Migrate from console does not follow timeout param in...
When executing a migration from the console on a database with a table containing 30-50 columns and 1million rows the migration fails with a timeout exception regardless of the timeout parameter in the...
View Article