Edited Issue: Can't insert/update more than 8000 characters [309]
Problem=========If the data type of column is “Text” and insert / update the more than 8000 characters into this column (ReportText) by using Entity Framework, to run SaveChanges() it has below...
View ArticleEdited Unassigned: Emphasize turning off lazy loading on serialization...
It is a very common issue for people beginning to use EF or other O/RMs to have serialization trigger lazy loading and then have big chunks of data loaded into memory and serialized that were not...
View ArticleSource code checked in, #40d48576744c22a8660a4deffc308fc553ed5d57
adding Functional tests for stored procedures
View ArticleEdited Issue: Migration fails when existing property becomes an FK for an...
Repro Steps: 1 - Create FK properties in ClassA, but instead of declaring string ClassBID declare this: int ClassBID (intentional error) 2 - Enable migrations to create initial migration 3 - Fix type...
View ArticleCommented Issue: Migration fails when existing property becomes an FK for an...
Repro Steps: 1 - Create FK properties in ClassA, but instead of declaring string ClassBID declare this: int ClassBID (intentional error) 2 - Enable migrations to create initial migration 3 - Fix type...
View ArticleSource code checked in, #c6ee49647770fdfe6dfe0f7808e49f2cd68e065a
Merge branch 'master' of https://git01.codeplex.com/entityframework
View ArticleCommented Unassigned: Stored Procs :: unable to determine valid ordering for...
Copy-paste the below code into empty console application:```namespace YASPB{ using System.Collections.Generic; using System.Data.Entity; using System.Linq; public class Gear{// composite key public...
View ArticleCreated Unassigned: Exception when doing Update Model Twice in a row [1355]
Following-up to https://entityframework.codeplex.com/workitem/1302 - I found there's a bug if you try the following repro steps:0. Create a DB with X & Y entities and a 1:many relationship between...
View ArticleCommented Unassigned: Exception when doing Update Model Twice in a row [1355]
Following-up to https://entityframework.codeplex.com/workitem/1302 - I found there's a bug if you try the following repro steps:0. Create a DB with X & Y entities and a 1:many relationship between...
View ArticleCommented Issue: Undo/Redo after update-from or generate database operation...
Update From Database:1. Add new EDMX, empty model2. Update from an existing database and select a table.3. Once update is complete, press ctrl+zExpected: the reverse-egnineered entity...
View ArticleCommented Task: Docs: Guidance on transactions/streaming and connection...
Need to update this link (used in an exception message) - http://go.microsoft.com/fwlink/?LinkId=309381Guidance on how to solve incompatibility between user initiated transactions/streaming and retry...
View ArticleClosed Task: Docs: Guidance on transactions/streaming and connection...
Need to update this link (used in an exception message) - http://go.microsoft.com/fwlink/?LinkId=309381Guidance on how to solve incompatibility between user initiated transactions/streaming and retry...
View ArticleEdited Task: Docs: Guidance on transactions/streaming and connection...
Need to update this link (used in an exception message) - http://go.microsoft.com/fwlink/?LinkId=309381Guidance on how to solve incompatibility between user initiated transactions/streaming and retry...
View ArticleCommented Task: Designer: remove behavior [1309]
Behavior related things are not public and don't have any real implementation. They make code super complicated and does things that slow down the designer (e.g. we read from file system where we...
View ArticleEdited Task: Designer: remove behavior [1309]
Behavior related things are not public and don't have any real implementation. They make code super complicated and does things that slow down the designer (e.g. we read from file system where we...
View ArticleCommented Task: Designer: remove behavior [1309]
Behavior related things are not public and don't have any real implementation. They make code super complicated and does things that slow down the designer (e.g. we read from file system where we...
View ArticleCreated Unassigned: Stored Procs :: invalid cast exception when creating...
When trying to scaffold migrations for the following model:``` public class Landmark{ public int Id { get; set; } public StandingStone MatchingStone { get; set; } public Hold LocatedIn { get; set; }}...
View ArticleCommented Issue: Undo/Redo after update-from or generate database operation...
Update From Database:1. Add new EDMX, empty model2. Update from an existing database and select a table.3. Once update is complete, press ctrl+zExpected: the reverse-egnineered entity...
View ArticleEdited Issue: Undo/Redo after update-from or generate database operation [1302]
Update From Database:1. Add new EDMX, empty model2. Update from an existing database and select a table.3. Once update is complete, press ctrl+zExpected: the reverse-egnineered entity...
View ArticleEdited Issue: Undo/Redo after update-from or generate database operation [1302]
Update From Database:1. Add new EDMX, empty model2. Update from an existing database and select a table.3. Once update is complete, press ctrl+zExpected: the reverse-egnineered entity...
View Article