Created Issue: DbGeography with SQL Azure fails to get Latitude property --...
I work with a SQL Server 2012 table with a geography column, in my ASP.NET MVC Razor view, I have a line of code to access the Latitude / Longitude property of this column such...
View ArticleClosed Issue: SpatialServicesUnavailable throws NotImplementedException...
Add a message that provides some help.Comments: Duplicate of http://entityframework.codeplex.com/workitem/3
View ArticleCommented Issue: DbGeography with SQL Azure fails to get Latitude property --...
I work with a SQL Server 2012 table with a geography column, in my ASP.NET MVC Razor view, I have a line of code to access the Latitude / Longitude property of this column such...
View ArticleCommented Issue: DbGeography with SQL Azure fails to get Latitude property --...
I work with a SQL Server 2012 table with a geography column, in my ASP.NET MVC Razor view, I have a line of code to access the Latitude / Longitude property of this column such...
View ArticleEdited Issue: MustFix: Figure out if EF6 should work in partial trust [586]
This item is to track some changes we need to do in the core bits in order to enable it to work in partial trust, shall we decide that we need to support it.It is important to keep in mind that the...
View ArticleEdited Issue: UpForGrabs: Code First: Class with two indexers throws Sequence...
Repro Steps: put inside a mapped class a custom indexer with two overloads like so: public decimal this[int month] { get { return _someArray[month]; } set { _someArray[month] = value; } } public...
View ArticleCreated Issue: Allow triggers to be created from this Fluent API [657]
This one may be a little bit tricky because triggers in different DBMSes can be in different languages, but it should still be possible to allow a trigger to be added (even if the API just accepts a...
View ArticleSource code checked in, #7a59085a43f8
CodePlex workitem 612: Filtering out indexed properties
View ArticleEdited Feature: Allow DbContext to be created with an already-open existing...
This item was migrated from the DevDiv work item tracking system [ID=7992]. <br />
View ArticleCommented Feature: Allow DbContext to be created with an already-open...
This item was migrated from the DevDiv work item tracking system [ID=7992]. <br />Comments: See also http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems#_a=edit&id=240698 which describes a...
View ArticleEdited 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 Feature: Consider setting the READ_COMMITTED_SNAPSHOT option to ON in...
This database-level option changes the implementation of the default transaction isolation level (read committed) to use snapshots instead of shared locks, potentially allowing for more scalability and...
View ArticleCommented Issue: UpForGrabs: Code First: Class with two indexers throws...
Repro Steps: put inside a mapped class a custom indexer with two overloads like so: public decimal this[int month] { get { return _someArray[month]; } set { _someArray[month] = value; } } public...
View ArticleEdited Issue: UpForGrabs: Code First: Class with two indexers throws Sequence...
Repro Steps: <br />put inside a mapped class a custom indexer with two overloads like so: <br />public decimal this[int month] { <br />get { <br />return _someArray[month];...
View ArticleClosed Issue: UpForGrabs: Code First: Class with two indexers throws Sequence...
Repro Steps: <br />put inside a mapped class a custom indexer with two overloads like so: <br />public decimal this[int month] { <br />get { <br />return _someArray[month];...
View ArticleCreated Issue: Make ModelDiffer lazy [658]
So that checking database compatibility fails fast rather than doing the full, deep analysis.
View ArticleCreated Issue: Consider re-implementing fast model diff via hashing [659]
We would need to devise a smarter hashing algorithm as our previous naive one had problems:1) It included unimportant attributes like providerName/manifestToken.2) Model element ordering is not...
View Article