Source code checked in, #71c5f2423f0b
Fixed UNIQUEIDENTIFIER default ctor. Thanks to gonglei.
View ArticleClosed Unassigned: Syntax error if a uniqueidentifier column has default...
If a uniqueidentifier column, say MyGuid, has a default value of '9B7E1F67-5A81-4277-BC7D-06A3262A5C70'. The generated code would generate following line in its ctor:MyGuid =...
View ArticleUpdated Wiki: What's new
Whats in the next version:Removed use of System.Data.Entity.DLL from the installation template as it is no longer required for EF 6.Moved spatial types from System.Data.Spatial to...
View ArticleClosed Unassigned: Support for generating junction tables [45]
Maybe its there but I'm not seeing an option for allowing entities to be generated for junction tables.
View ArticleClosed Unassigned: WCF Attributes to "Reverse Navigations" [40]
Hi, thanks for the generator, really helps alot.But I have a problem when setting AddWcfDataAttributes = true,this only adds the DataMember attrb to simple types, I also need these for the "reverse...
View ArticleClosed Unassigned: Turkish char problem [38]
Hi,I wanted to use this tool, but i saw Turkish character problem. For example, table column name is "ParameterId" but created class property name is "Parameterıd".
View ArticleClosed 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 ArticleClosed 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 ArticleUpdated Wiki: What's new
Whats in the next version: Whats new in v2.4.0Removed use of System.Data.Entity.DLL from the installation template as it is no longer required for EF 6.Moved spatial types from System.Data.Spatial to...
View ArticleClosed Issue: 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 ArticleClosed 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 ArticleEdited Feature: Provide a schema filter to in/exclude tables [47]
Allow the user to filter tables with a Regex according to the schema the table belongs to. For instance include all tables in schema dbo, similar like the filter for tablenames.
View ArticleCreated Unassigned: Incorrect Foreign Key constraints generated for...
When the target table for a foreign key constraint has a multi-column primary key, the generated constraint seems to list the keys in alphabetical order instead of column ordinal order. This causes...
View ArticleCommented Unassigned: Incorrect Foreign Key constraints generated for...
When the target table for a foreign key constraint has a multi-column primary key, the generated constraint seems to list the keys in alphabetical order instead of column ordinal order. This causes...
View ArticleEdited Issue: Incorrect Foreign Key constraints generated for multi-column...
When the target table for a foreign key constraint has a multi-column primary key, the generated constraint seems to list the keys in alphabetical order instead of column ordinal order. This causes...
View ArticleSource code checked in, #ed3b9d202a15
Fixed bug: Incorrect Foreign Key constraints generated for multi-column keys. Thanks to Scott Hodges.
View ArticleCommented Issue: Incorrect Foreign Key constraints generated for multi-column...
When the target table for a foreign key constraint has a multi-column primary key, the generated constraint seems to list the keys in alphabetical order instead of column ordinal order. This causes...
View ArticleUpdated Wiki: What's new
Whats in the next version: Fixed bug: Incorrect Foreign Key constraints generated for multi-column keys. Thanks toScott Hodges.Whats new in v2.4.0Removed use of System.Data.Entity.DLL from the...
View Article