Source code checked in, #86c59d6df2b4
Inlining tests to make them clearer to read. No change to functionality.
View ArticleCommented Feature: Allow DbContext to be created with an already-open...
This item was migrated from the DevDiv work item tracking system [ID=7992]. <br />Comments: Checked in some baseline tests to record the status of the EntityConnection vs the store connection as...
View ArticleClosed Issue: ScaffoldInitialCreate broken with HasDefaultSchema [670]
Need to pass the legacy context key to HistoryRepository.Exists()Comments: Dupe of #582
View ArticleSource code checked in, #3d61e82a66df
MissingMSL Metadata unification stage 3: EDMLib MSL Removal. - Removes remaining EDMLib metadata classes. - Adds core mapping mutability methods required by CF. - Introduces ColumnMappingBuilder to...
View ArticleSource code checked in, #91105bf21258
Merge branch 'master' of https://git01.codeplex.com/entityframework
View ArticleSource code checked in, #f73842e5bba6
Bug fixes for: * #669 - Retrieving model metadata broken when using HasDefaultSchema FIX: Pass the current default schema when creating the HistoryRepository used for model match checks inside...
View ArticleCreated Issue: Entity Framework Designer should not be part of selectable...
In Visual Studio 2012 there was a push to reduce the minimum installed size of VS. Selectable items were created and the EF Designer ended up becoming an optional component you get only if you select...
View ArticleEdited Issue: Entity Framework Designer should not be part of selectable...
In Visual Studio 2012 there was a push to reduce the minimum installed size of VS. Selectable items were created and the EF Designer ended up becoming an optional component you get only if you select...
View ArticleClosed Issue: Retrieving model metadata broken when using HasDefaultSchema [669]
We need to pass the current default schema when creating the HistoryRepository.Comments: Fix checked in 11/20
View ArticleClosed Issue: When schema is specified in DbContext InitialCreate migration...
This bug presents itself when a program is created an run with a non-default schema is specified for the DbContext then the database populated. If you then proceed to Enable-Migrations the...
View ArticleUpdated Wiki: Documentation
This site is dedicated to working with and contributing to the Entity Framework code base. If you want to use an officially supported Entity Framework release to develop your applications then head...
View ArticleNew Post: Adding indexed fields from the designer
I've not seen any discussion about adding the ability to specify an indexed field in the Entity Framework Designer. How are others working around this deficiency?
View ArticleNew Post: MySql .Net connector and EF6
Thanks Brice, I´m working with 6.6.4. It´s not the same problem, I can create keys of string type, but EF6 creates _migrationhistory table with too long compound primary key (two fields are of string...
View ArticleNew Post: Query generation in batch insert scenarios
Hello Luke,I'm wondering if you have anything new to say about this. We regularly have to insert 1000+ rows on some tasks, and having this as an batch operation would speed up the process so much more.
View ArticleSource code checked in, #47dea265f2e5
Merge branch 'master' of https://git01.codeplex.com/entityframework
View ArticleSource code checked in, #8eae7259f1f0
Merge branch 'master' of https://git01.codeplex.com/entityframework
View ArticleCommented Issue: use codefirst how to set decimal like decimal(18,5) [674]
use codefirst how to set the model's decimal field,when the database creating can be generate like decimal(18,5)Comments: You can use the HasPrecision/HasScale fluent APIs to do this.
View ArticleSource code checked in, #1e41c453414d
DRYzabone - First round of DRYing things up post metadata unification.
View ArticleCreated Issue: Make content of EF.Utility.CS.ttinclude available as assembly...
I would like to see the EF.Utility.CS.ttinclude content converted to an assembly that can be referenced just like any other assembly. The code for taking apart an .edmx file can be used other places...
View Article