Created Issue: NuGet Package install fails with F# projects [891]
Reported via blog - http://blogs.msdn.com/b/adonet/archive/2012/12/10/ef6-alpha-2-available-on-nuget.aspx?CommentPosted=true#10394085I got the following exception, doesn't look like a major issue but...
View ArticleSource code checked in, #3e8c6ae59310
Merge branch 'master' of https://git01.codeplex.com/entityframework
View ArticleCommented Issue: Support BeginTransaction on DbContext.Database.Connection [645]
This issue has been reported in UserVoice (currently with 6...
View ArticleSource code checked in, #afa81d52469e
EvenMoreFactories - adding factory methods for creating EntityContainer and EntitySet In addition: - making EntitySetBase.Schema, EntitySetBase.Table and EntitySet.DefiningQuery public - fixing a bug...
View ArticleSource code checked in, #9b24997fc0a0
Adding more mapping features to Aruba model - self reference, non Int keys, non generated keys, entity splitting.
View ArticleUpdated Wiki: Design Meeting Notes - February 20, 2013
Design Meeting Notes - February 20, 2013Mapping to private fieldsThis discussion was triggered by a potential contribution from Unai Zorrilla Castro. We took advantage of Unai’s visit for the MVP...
View ArticleUpdated Wiki: Design Meeting Notes
Entity Framework Design Meeting NotesThe Entity Framework team has a weekly design meeting in which we discuss/recap design and other issues with the codebase. These are the notes from those meetings....
View ArticleCreated Issue: Inconsistent state when model has 1-many FK navigation on...
When model has 1-many FK navigation and composite key we get into invalid state and fail on insert with non-obvious exception:Violation of PRIMARY KEY constraint 'PK_dbo.ArubaTasks'. Cannot insert...
View ArticleEdited Issue: Inconsistent state when model has 1-many FK navigation on...
When model has 1-many FK navigation and composite key we get into invalid state and fail on insert with non-obvious exception:Violation of PRIMARY KEY constraint 'PK_dbo.ArubaTasks'. Cannot insert...
View ArticleCommented Issue: Inconsistent state when model has 1-many FK navigation on...
When model has 1-many FK navigation and composite key we get into invalid state and fail on insert with non-obvious exception:Violation of PRIMARY KEY constraint 'PK_dbo.ArubaTasks'. Cannot insert...
View ArticleCommented Issue: Inconsistent state when model has 1-many FK navigation on...
When model has 1-many FK navigation and composite key we get into invalid state and fail on insert with non-obvious exception:Violation of PRIMARY KEY constraint 'PK_dbo.ArubaTasks'. Cannot insert...
View ArticleCreated 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 ArticleCommented Issue: NuGet Package install fails with F# projects [891]
Reported via blog - http://blogs.msdn.com/b/adonet/archive/2012/12/10/ef6-alpha-2-available-on-nuget.aspx?CommentPosted=true#10394085I got the following exception, doesn't look like a major issue but...
View ArticleSource code checked in, #f15fb3b6614e
Fix for #849 - Code First pipeline errors with recent builds Issue: For collections having greater than 25 elements, MetadataCollection<T> uses an internal dictionary for fast lookup by item...
View ArticleCommented Issue: Exponentially deteriorating performance when using Identity...
When using Database generated keys with EF Code First and SQL Server Compact 4.0 performance is bad to begin with, but deteriorates exponentially when the table grows. A proof of concept has been...
View ArticleCreated Issue: Some of the ToTable methods ignore schema included in name [894]
Mapping an entity to a table with a name in the format "schema.table" does not always work as expected. The following will map Blog to the schema name:...
View ArticleCommented Feature: Permit the ability to marked specific entities as...
Is there some way to mark specific entities to not be managed by the OSM at all? No - it must be via turning change tracking off for an entire set of entities. Enable a mechanism upon which to mark...
View Article