Edited Issue: Any DbContext.Configuration change in DbInitializer persists...
SUMMARY<br /><br />You can specify a custom DbInitializer in your application's configuration to initialize your DB in some custom way. Initializer is passed a DbContext with which you can...
View ArticleEdited Issue: UpForGrabs: Trace DbQuery parameter values [619]
Please add feature to trace DbQuery parameter values<br /><br />DbQuery (in contrast to ObjectQuery) does not have a Parameters property.<br /><br />Using SqlProfiler is not an...
View ArticleEdited Issue: Investigate Code Contracts static analysis errors [625]
Andriy ran analysis and found 27 possible errors. These should be investigated.
View ArticleNew Post: Create MigrationSqlGenerator for PostgreSQL
I have set the MaxLength attribute and it works pretty fine! Thank you so much for support me!Now I have to figure out why the application does't work fine. Using LINQ it doesn't compare strings...
View ArticleNew Post: ObjectContext.DetectChanges and the SavingChanges event
Hello, Thanks for pointing that out. We are indeed calling DetectChanges manually now before SaveChnages. Still worrying about the "relatively expensive call" part. Is that call still "relatively...
View ArticleCreated Issue: Differ: Handle MaxLength="MAX" in SSDL [726]
3rd party providers can generate this causing the differ to barf. See http://entityframework.codeplex.com/discussions/403176 for example.
View ArticleClosed Issue: MustFix: Using enum with multiple assemblies and derived types...
This can be reproduced in the following scenario:1. Base class with an enum2. two derived classes in different assembliesException Message: No corresponding object layer type could be found for the...
View ArticleEdited Issue: MustFix: EF Designer may blindly overwrite facets of C-Space...
There is a new feature in EF Designer in VS2012 where we update facets of C-Space properties based on facets on S-Space properties. This is done to propagate changes the user made to the database to...
View ArticleClosed Issue: MustFix: EF Designer may blindly overwrite facets of C-Space...
There is a new feature in EF Designer in VS2012 where we update facets of C-Space properties based on facets on S-Space properties. This is done to propagate changes the user made to the database to...
View ArticleEdited Issue: MustFix: Nesting an .edmx under a project folder causes .tt to...
**This was fixed in the VS 2012 Update. You can get it from: http://www.microsoft.com/visualstudio/eng/downloads#d-visual-studio-2012-update** <br /><br />Repro steps:<br />1. Create...
View ArticleClosed Issue: MustFix: Nesting an .edmx under a project folder causes .tt to...
**This was fixed in the VS 2012 Update. You can get it from: http://www.microsoft.com/visualstudio/eng/downloads#d-visual-studio-2012-update** <br /><br />Repro steps:<br />1. Create...
View ArticleSource code checked in, #f9a16681a9bb
Change alpha1 to alpha2 Signed-off-by: Glenn Condron <glennc@microsoft.com>
View ArticleCreated Issue: Collation support for String Types [727]
Hi,I'd love to see some Collation support for string types. So I forked the EF project, and added it to the SQL generator. My work allows the ColumnBuilder to have a "collate" option, which is used...
View ArticleCreated Issue: Give DbGeography support for polygons with holes [728]
The DbGeopgaphy type does not support to access to the individual rings of a singe polygon having holes. Please add support to access the inner rings defining the holes via the ExteriorRing...
View ArticleNew Post: Create MigrationSqlGenerator for PostgreSQL
Hi Andrew,I'm asking you the last question...I need the connection string from my Sql Generator to check if the Schema is already existing.How I can get it?Thank youCheers,Dario
View ArticleNew Post: Create MigrationSqlGenerator for PostgreSQL
Dario,The architecture doesn't really support that approach right now. The way to do it is to generate SQL that does the check it self. i.e. For SQL Server we use "IF schema_id('Foo') IS...
View ArticleCommented Issue: EF4.3.1 on .NET 4 / VS2012 - The mapping of CLR type to EDM...
We're using EF 4.3.1 code-first under .NET 4.0 and VS2012. We have a query that looks similar to the following:<br /><br />ctx.Set<Entities.A>().Select(a => new DTO.A { Id = a.Id,...
View Article