Closed Feature: Map the same table to multiple entities [392]
I would like to be able to map the same table to multiple entities. This is useful for query purposes (restricted views of data), as well as for inserting different sets of data into a table. This is...
View ArticleCreated Issue: Migrations: Support verbose connection logging from...
Support verbose connection logging from Enable-Migrations
View ArticleNew Post: Bulk (i.e. set-based) operations
lukemcgregor wrote: I have done some tests on the EF Extended and found that the performance was quite poor. What was the scenario you found to have poor performance? As the author of...
View ArticleCommented Feature: Map the same table to multiple entities [392]
I would like to be able to map the same table to multiple entities. This is useful for query purposes (restricted views of data), as well as for inserting different sets of data into a table. This is...
View ArticleNew Post: Bulk (i.e. set-based) operations
RoMiller wrote: If anyone is planning to tackle the code for this feature I just want to encourage you to reach out to our team for help working out how to implement it. This would be a pretty complex...
View ArticleCommented Feature: Improve mechanism to retrieve db schema info [415]
Providers are currently required to do some complex things in order to provide schema information about a database. The goal of this work is to simplify the way provider writers implement this...
View ArticleCreated Issue: Designer: Refactor gesture doesn't preview changes [449]
Start with a model in the EF Designer and ensure there is some code that uses the entity to be refactored1) Right-click on an entity on the design surface2) Refactor -> Rename3) Enter a new name and...
View ArticleCommented Issue: Designer: Refactor gesture doesn't preview changes [449]
Start with a model in the EF Designer and ensure there is some code that uses the entity to be refactored1) Right-click on an entity on the design surface2) Refactor -> Rename3) Enter a new name and...
View ArticleEdited Issue: Designer: Refactor gesture doesn't refactor non-generated code...
Start with a model in the EF Designer and ensure there is some code that uses the entity to be refactored1) Right-click on an entity on the design surface2) Refactor -> Rename3) Enter a new name and...
View ArticleCreated Issue: Designer: Issue replacing $edmxInputFile$ when edmx is a...
http://blogs.msdn.com/b/adonet/archive/2011/09/28/ef-4-2-model-amp-database-first-walkthrough.aspx#10338460Jorris 08-10-2012 3:38 AM#Found a little bug for the .tt Wizard....
View ArticleClosed Issue: Consider consolidating calls to LoadSchemaElement [423]
From code in StructuredProperty.cs: // TODO: it's odd that the client also has to call LoadSchemaElement. We should investigate what it would take to make this the sole client of LoadSchemaElement...
View ArticleCreated Task: Tracking: Figure out a way to unit test migrations commands [479]
Need some seams in order to test the commands.
View ArticleEdited Task: Tracking: Figure out a way to test migrations commands [479]
Need some seams in order to test the commands.
View ArticleCommented Task: UpForGrabs: Implement IObjectContextAdapter on ObjectContext...
This was requested in the CodePlex discussion (http://entityframework.codeplex.com/discussions/391595) as a way to provide a common interface for both DbContext and ObjectContext from which the...
View ArticleNew Comment on "Roadmap"
im still on linq2sql when code first can work with stored procedures or when I can map stored procedures as easy as it in in linq2sql and when async is added then I'l be fully on entityframework
View ArticleEdited Issue: Designer LOC CHT - some properties (Getter, Niladic,...
In model browser, when we list Entity sets one of the properies (Getter) is not translated. Same thing goes for Niladic propery on store-side function, and StoreGeneratedPattern on store-side entity...
View ArticleEdited Issue: Designer LOC - inconsistency in Set naming between French and...
When using a designer to create new entity in French WDX we use the following pattern:[EntityName (default is localized)]Jeu (Jeu is French for Set, I assume).This is inconsistent with almost all other...
View ArticleEdited Issue: Designer LOC - 'Refactoring' not translated on Italian [474]
When working with Entity Designer on Italian WDX, 'Refactoring' is not translated to Italian. Not sure if thats intended (perhaps that is a normal use, but sounds suspicious)
View ArticleEdited Issue: UseStrongSpatialTypes annotation missing when upgrading CSDL...
When upgrading CSDL 2.0 to CSDL 3.0 with the designer the UseStrongSpatialTypes annotation (set to false) is not added to the schema. This may result in a message/exception saying: "Currently, spatial...
View ArticleEdited Issue: LOC Designer - inconsistency in default naming when adding new...
When adding new entity in EF Designer, the default Entity name is localzed (Entität1 for German run). However, the default name for complex type is not localized - ComplexType1, neither are the default...
View Article