Updated Wiki: Connection Resiliency Spec
Background Applications connecting a database server have always been vulnerable to connection breaks due to back-end failures. However, in a LAN based environment these errors are rare enough that...
View ArticleUpdated Wiki: Connection Resiliency Spec
Background Applications connecting a database server have always been vulnerable to connection breaks due to back-end failures. However, in a LAN based environment these errors are rare enough that...
View ArticleUpdated Wiki: Connection Resiliency Spec
Background Applications connecting a database server have always been vulnerable to connection breaks due to back-end failures. However, in a LAN based environment these errors are rare enough that...
View ArticleCommented Feature: Consolidate EF Designer & EF Power Tools (One EF) [407]
Provide one unified set of tooling for creating a model, whether it's an edmx model or a Code First model.See the feature spec for more details -...
View ArticleEdited 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 ArticleNew Post: Update-Database throws NullReferenceException (alpha 3)
I am using EF 5 on a .net 4.0 WPF application (so it is 4.4.0.0) - I decided to remove it and install 6 alpha 3, removed all references of System.Data.Entity.dll, added EF 6 alpha-3 using nuget,...
View ArticleEdited 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 ArticleNew Post: Update-Database throws NullReferenceException (alpha 3)
This seems to be similar to: http://entityframework.codeplex.com/workitem/867
View ArticleCommented Issue: Code First :: Null Reference Exception thrown when creating...
When trying to issue query (or whatever else) with the following model (with entity splitting and table splitting), I get NullReferenceException: public class ArubaRun{ public int Id { get; set; }...
View ArticleNew Post: How to create convention for default value?
What's the best way to make all columns named "Guid" to have DefaultValue = "newsequentialid()" except if it has <CustomDontSetDefaultAttribute>
View ArticleUpdated Wiki: Connection Resiliency Spec
Background Applications connecting to a database server have always been vulnerable to connection breaks due to back-end failures and network instability. However, in a LAN based environment working...
View ArticleUpdated Wiki: Connection Resiliency Spec
Background Applications connecting to a database server have always been vulnerable to connection breaks due to back-end failures and network instability. However, in a LAN based environment working...
View ArticleNew Comment on "Connection Resiliency Spec"
Hi Unai, Good catch! The method is currently defined only in SqlAzureDbConfiguration but we are planning to move it up to DbConfiguration directly after Alpha 3. We are discussing the usefulness of...
View ArticleNew Comment on "Multi-tenant Migrations"
I also cam across the problem illopis described and it does not work automatically for me (Alpha 2), but you can delete the "double definitions" after they are generated in the first migration and they...
View ArticleCommented Issue: Power Tools: Context menu commands not working in project...
None of the actions from the file context menu is working when the project is under a solution folder. A message box saying “Sequence contains no matching element” is displayed, no exception is written...
View ArticleCreated Issue: View Splitting [905]
Using table splitting on SQL View generates```SELECT [Extent1].[A] AS [A], FROM (SELECT [View].[A] AS [A], [View].[B] AS [B], FROM [dbo].[View] AS [View]) AS [Extent1]```instead of```SELECT...
View ArticleNew Comment on "Code First Insert/Update/Delete Stored Procedure Mapping"
Why are the default stored procedures using VARCHAR(MAX) instead of NVARCHAR(MAX)? I thought EF only generated NVARCHAR-based stuff.
View ArticleNew Post: LINQ to Entities: Client-side Expressions in Final Projection
Hi Arthur, It been a long time since our discussion and during this time, I have been checking the site regularly waiting for the design/implementation notes to appear on the website but couldn't ever...
View ArticleNew Post: LINQ to Entities: Client-side Expressions in Final Projection
Hello Arash, Arthur pointed me to this thread some time ago. Sorry if it has taken so long for me to follow up. As Arthur mentioned, we are very interested in removing some of the constraints that...
View ArticleClosed Issue: Wrong drop order in scaffolded Down() [480]
When generating migrations from code-first, Down() is always generated to first drop indexes, then foreign keys and then tables. This causes a problem with some rdbms which require an index on the...
View Article