New Post: Migration enhancements
Hi Woland, We are currently looking at allowing some customization of the history table mapping but it's not yet clear what level of customization will be provided out-of-the-box. It seems unlikely...
View ArticleNew Post: Query generation in batch insert scenarios
Luke, Thanks for your excellent analysis. This is some really interesting information. We're currently starting to ramp up on this on our side and are looking at how we can collaborate with you and...
View ArticleNew Post: Applying expressions to entities
I may be misreading your reply, but what you describe appears to me like a future context.Evaluate function that could be called as context.Evaluate(() => 1 + 2) == 3, where 3 is obtained by running...
View ArticleNew Post: Applying expressions to entities
You are correct that the two issues are different and I understand now what you are suggesting. I will let Diego comment on it more (when he returns from his leave) since there is a lot of history here...
View ArticleNew Post: Query generation in batch insert scenarios
Hey Arthur Sounds great, I think EF is a really brilliant framework and I'm really keen to contribute wherever I can :) Cheers
View ArticleNew Post: Getting sources of Entity Framework 5.0
Hi All, How can I get sources of 5.0 version? I haven't found any tags in repository. Thanks.
View ArticleNew Post: Change SqlGenerator
Good morning! Is there any way to change SqlGenerator class (with a derived one) to allow custom SQL text modification? Thank you!
View ArticleNew Post: Change SqlGenerator
XVincentX, If you mean the MigrationSqlGenerator, then you can set your own one using DbMigrationsConfiguration.SetSqlGenerator. Cheers, Andrew.
View ArticleNew Post: Migration enhancements
@Woland, FYI: Support for multiple contexts has been added. Cheers, Andrew.
View ArticleNew Post: Migration enhancements
That was fast, I didn't even have time to respond to a previous post. I will now try out the new migration API. I do however like idea of IoC for the migrations so we can insert our own implementation...
View ArticleNew Post: Migration enhancements
Great, any feedback on the new functionality would be appreciated.
View ArticleNew Post: Change SqlGenerator
No, i mean: MyContext.Table.Where(t=>t.ID == 0); ->SqlGenerator-> Select * from table where id == 0 MyContext.Table.Where(t=>t.ID == 0); ->PersonalSqlGenerator-> My sql code
View ArticleNew Post: Change SqlGenerator
Oh, you can do that via a "wrapping provider" like the ones here.
View ArticleNew Post: Migration enhancements
Are there any instructions on how to install powershell components? since dll's are not signed I get the following exception when installing nuget package: Successfully added 'EntityFramework...
View ArticleNew Post: cannot open power tools project
hi, i just download eec036fa8211 changeset of ef. trying to open the powertools solution with vs 2012 i receive the error that powertools.csproj is not compatible. how can i solve? luca
View ArticleNew Post: Query generation in batch insert scenarios
I created a fork to prototype the approaches mentioned above and see how they compare in EF. If you would like to contribute please send me a message. Thanks, Andriy
View ArticleNew Post: Migration enhancements
Thanks for the info, I thought it was only for tests, it now installs. Found some small issue below (nothing that I can't work around for now): However when running Enable-Migrations for the second...
View ArticleNew Post: cannot open power tools project
In order to open the solution, you'll need to have the Visual Studio 2012 SDK installed.
View Article