Updated Wiki: What's new
Whats in the next version:VARBINARY(MAX) is now correctly assigned to byte[]. Whats new in v1.11:Including views is now working. For a view to be included, at least one column must not be...
View ArticleCreated Unassigned: Implementing TPH [26]
I am working with a database that was created using TPH strategy through the designer.So Company table holds data for Customer class and Lead class using Discriminator field.I tried doing reverse POCO...
View ArticleEdited Issue: Many to Many (User_Role) table is not used correctly [22]
When I define a User, Role and User_Role tables like this:```CREATE TABLE [dbo].[User]( [Id] [bigint] IDENTITY(1,1) NOT NULL, [Name] [nvarchar](50) NULL, [Password] [nvarchar](50) NULL, CONSTRAINT...
View ArticleCreated Unassigned: Wrong Types used for Geometery [27]
Please augment line 121 in EF.Reverse.POCO.Core.Include to read: col.PropertyType != "Microsoft.SqlServer.Types.SqlGeometry" && //Existing col.PropertyType != "System.Data.Spatial.DbGeography"...
View ArticleCreated Unassigned: Issues with WCF Data Services 5.6 [28]
Recently upgraded to latest release of WCF Data Services. Having issues, illustrated below. Will update bug as I narrow it down but wanted to bring to your attention if not already known.The server...
View ArticleCommented Unassigned: Issues with WCF Data Services 5.6 [28]
Recently upgraded to latest release of WCF Data Services. Having issues, illustrated below. Will update bug as I narrow it down but wanted to bring to your attention if not already known.The server...
View ArticleCommented Unassigned: Issues with WCF Data Services 5.6 [28]
Recently upgraded to latest release of WCF Data Services. Having issues, illustrated below. Will update bug as I narrow it down but wanted to bring to your attention if not already known.The server...
View ArticleCreated Unassigned: WCF Data Services and Geography types [29]
Hello,OData doesn't support entities with geometery/geography types. Please provide a flag to turn these off if entities are being generated from ODATA.I've attached my core.ttinclude as a guide.
View ArticleCreated Unassigned: Prepend '_' to Configuration tables [30]
Hi,It just so happens I have a table called 'Application' and another table called 'ApplicationConfiguration.' This creates some conflicts. Simply prepending _ to the Configuration classes solves the...
View ArticleUpdated Wiki: What's new
Whats in the next version:VARBINARY(MAX) is now correctly assigned to byte[]. Thanks to Luke91577. Extending partial class support. Allow specification of file extension for partial classes (i.e....
View ArticleUpdated Wiki: What's new
Whats new in v1.12:VARBINARY(MAX) is now correctly assigned to byte[]. Thanks to Luke91577. Extending partial class support. Allow specification of file extension for partial classes (i.e....
View ArticleCreated Unassigned: Issue when running 'Transform All T4 Templates' from...
I am not sure why but when running from the VS Build menu (as opposed to right clicking t4 file) I would receive connection string not found error messages from the t4 output.Adding the following lines...
View ArticleUpdated Wiki: What's new
Whats comming in next version:Fixed issue when running 'Transform All T4 Templates' from Visual Studio Build Menu.Thanks to JRoselle.Whats new in v1.12:VARBINARY(MAX) is now correctly assigned to...
View Article