Edited Issue: Consider opening mapping metadata API [646]
Currently metadata API for C- and S- space is public. However C-S mapping API is internal. Therefore it is not possible to tell how entities are mapped to tables without re-parsing MSL which is not...
View ArticleCommented Issue: Perf: EntityType.get_Properties() is no longer cached [711]
The change to enable mutability removed caching of EntityType.get_Properties() and this causes a performance regression during query compilation.Consider caching the value of this property once the...
View ArticleEdited Issue: Perf: EntityType.get_Properties() is no longer cached [711]
The change to enable mutability removed caching of EntityType.get_Properties() and this causes a performance regression during query compilation.<br />Consider caching the value of this property...
View ArticleCreated Issue: Create Database on Azure is broken due to...
When using EF to create a new database, the following code gets executed (my database name is "SnapshotIsolationTest"):create database [SnapshotIsolationTest]if serverproperty('EngineEdition') <>...
View ArticleEdited Issue: Create Database on Azure is broken due to...
When using EF to create a new database, the following code gets executed (my database name is "SnapshotIsolationTest"):<br /><br />create database [SnapshotIsolationTest]<br />if...
View ArticleEdited Issue: Create Database on SQL Azure is broken due to...
When using EF to create a new database, the following code gets executed (my database name is "SnapshotIsolationTest"):<br /><br />create database [SnapshotIsolationTest]<br />if...
View ArticleSource code checked in, #11983507ff74
Issue 45. Updating message when attempt to reopen an already-open connection.
View ArticleCommented Feature: Allow DbContext to be created with an already-open...
DbContext can only be created with a closed connection, there are scenarios where it would be helpful if the connection could be open when creating the context (such as sharing a connection between...
View ArticleCommented Feature: Allow DbContext to be created with an already-open...
DbContext can only be created with a closed connection, there are scenarios where it would be helpful if the connection could be open when creating the context (such as sharing a connection between...
View ArticleCreated Issue: Should we prevent an attempt to re-open connection during...
During fix for issue 45 we had a comment on the situation where a user chooses to re-open the connection _during_ the StateChangeEvent handler which has been fired because the connection is closing. We...
View ArticleEdited Issue: Filtering modelBuilder.Properties fails [692]
On model building we get an InvalidOperationException with the message:<br />"The type 'LightweightConventionsR3.IntEnum' cannot be used used to filter properties. Only scalar types, string, and...
View ArticleCommented Issue: Filtering modelBuilder.Properties fails [692]
On model building we get an InvalidOperationException with the message:<br />"The type 'LightweightConventionsR3.IntEnum' cannot be used used to filter properties. Only scalar types, string, and...
View ArticleSource code checked in, #a7b70f69e551
CodePlex #245: Native support for Enumerable.Contains.
View ArticleSource code checked in, #c4e0605f08c9
Adding DbExpression tests, refactoring DbExpressionBuilder class to handle some of it's the argument validation. Adding missing null checks. CR: PawelKa
View ArticleSource code checked in, #a3a5331cf581
Debug.Assert in DbInExpression constructor incorrectly uses == to compare result types. Replace with TypeSemantics.IsEqual
View ArticleNew Post: Create MigrationSqlGenerator for PostgreSQL
Hi Andrew,I hope you had a great time in your past vacation!I re-attach the EDMX model: https://dl.dropbox.com/u/6660682/model_postgres.edmxThank you so much.Cheers,Dario.
View ArticleNew Post: Create MigrationSqlGenerator for PostgreSQL
Taking a look into the EDMX file, I saw that in the MaxLength attribute has the value "Max" instead a number! This should be the problem. In the SqlCe EDMX model there is a "4000" value.Where i can fix...
View Article