Commented Unassigned: EntityStoreSchemaGenerator.GenerateStoreMetadata does...
I noticed the EntityStoreSchemaGenerator.GenerateStoreMetadata method does not seem to gracefully handle HierarchyID columns in all cases. If I attach to a DB that has a table with a HierarchyID non PK...
View ArticleNew Post: Basic full text support,or how to roll my own binding to a native...
Maybe http://msdn.microsoft.com/en-US/data/jj592907 ?
View ArticleCommented Unassigned: EntityStoreSchemaGenerator.GenerateStoreMetadata does...
I noticed the EntityStoreSchemaGenerator.GenerateStoreMetadata method does not seem to gracefully handle HierarchyID columns in all cases. If I attach to a DB that has a table with a HierarchyID non PK...
View ArticleEdited Issue: Update DbContext templates to generate EF6 code [806]
Using EF6. Database first.In designer right click and select "Update model from database", select any stored procedure and then try building my project in VS2012 results in a compilation error in the...
View ArticleCommented Issue: Update DbContext templates to generate EF6 code [806]
Using EF6. Database first.In designer right click and select "Update model from database", select any stored procedure and then try building my project in VS2012 results in a compilation error in the...
View ArticleEdited Issue: BufferingReader :: streaming functionality is not provided for...
When issuing a query one can switch of buffering by using AsStreaming() method. However this does not work (out of the box) for stored procedures. The method we codegen does not take the...
View ArticleCreated Issue: Designer: COMException while adding templates during...
__Repro steps__:1. New Empty ADO.NET Entity Data Model2. Add Code Generation Item3. Update/Generate__Unexpected result__:* An error dialog is shown with the following message: An exception of type...
View ArticleNew Post: Basic full text support,or how to roll my own binding to a native...
That only solves part of the problem. I have a system that is using LINQ expressions to compose queries with ordering, paging, and other optional search criteria. I need to be able to compose full text...
View ArticleEdited Issue: Designer: COMException while adding templates during...
__Repro steps__:1. New Empty ADO.NET Entity Data Model2. Add Code Generation Item3. Update/Generate__Unexpected result__:* An error dialog is shown with the following message: An exception of type...
View ArticleEdited Issue: Designer: SDE reference added on new model when EF6...
__Steps:__1. New project2. Install EF6 package3. Add new EDMX__Unexpected result:__* Project references System.Data.Entity.dll
View ArticleCreated Unassigned: Add -ConfigurationTypeName flag to Enable-Migrations...
It would be useful to have the ability to change the name of a migrations configuration file when migrations are enabled in a project with multiple DbContext classes and different associated migrations...
View ArticleEdited Issue: EF cross checks EDM and CLR enum members in some cases [623]
We relaxed requirements for matching EDM and CLR enum types so that the EDM type does not have to have all members that the CLR type has. However we missed a check we had in DbExpressions. It shows up...
View ArticleCreated Unassigned: Foreign Key Not Mapped Correctly [1106]
If I have the following code generating my database it assigns a foreign key from the TankComponent table to the Asset table instead of the Tank table. Can someone explain why? Do I need to turn of a...
View ArticleCreated Unassigned: DbUpdateException Serialization [1107]
I haven't dug into this one yet, but here is a small repro of an exception that comes from deserializing DbUpdateExceptions: var formatter = new BinaryFormatter(); Exception ex; using (var ms = new...
View ArticleCreated Issue: ELINQ: funcletization throws TargetException saying...
Given this model:```public class Thing{ public int Id { get; set; } public string Name { get; set; } public Person Owner { get; set; }}public class Person{ public int Id { get; set; } public string...
View ArticleEdited Issue: ELINQ: funcletization throws TargetException saying 'Non-static...
Given this model:```public class Thing{ public int Id { get; set; } public string Name { get; set; } public Person Owner { get; set; }}public class Person{ public int Id { get; set; } public string...
View ArticleCreated Unassigned: EF 6 alpha 3: DbContext where clause with == null test...
Hi There,I am having a problem with queries that inspect navigation properties testing for null.Imagine I have two tablesPriceBandPriceBandId (Guid - PK)Name (Nvarchar 50)PriceBandLinkPriceBandId (Guid...
View ArticleEdited Unassigned: EF 6 alpha 3: DbContext where clause with == null test...
Hi There,I am having a problem with queries that inspect navigation properties testing for null.Imagine I have two tablesPriceBandPriceBandId (Guid - PK)Name (Nvarchar 50)PriceBandLinkPriceBandId (Guid...
View ArticleNew Post: EF 6 BETA?
Seconded. A general idea when you plan a final release would be welcome. I am stuck in EF5 hell with some elements (mostly the inability to properly work with an open connection that locks the objects...
View ArticleCommented Unassigned: EF 6 alpha 3: DbContext where clause with == null test...
Hi There,I am having a problem with queries that inspect navigation properties testing for null.Imagine I have two tablesPriceBandPriceBandId (Guid - PK)Name (Nvarchar 50)PriceBandLinkPriceBandId (Guid...
View Article