Quantcast
Channel: EntityFramework Reverse POCO Code First Generator
Browsing all 1642 articles
Browse latest View live

Source code checked in, #71c5f2423f0b

Fixed UNIQUEIDENTIFIER default ctor. Thanks to gonglei.

View Article


Closed 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 Article


Updated 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 Article

Closed 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 Article

Closed 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 Article


Closed 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 Article

Closed 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 Article

Closed 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 Article


Source code checked in, #a2727b2f8a41

Updated version no.

View Article


Source code checked in, #9b40fcf6afe5

Added tag v2.4.0 for changeset a2727b2f8a41

View Article

Updated 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 Article

Closed 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 Article

Closed 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 Article


Edited 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 Article

Created 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 Article


Commented 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 Article

Edited 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 Article


Source code checked in, #ed3b9d202a15

Fixed bug: Incorrect Foreign Key constraints generated for multi-column keys. Thanks to Scott Hodges.

View Article

Commented 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 Article

Updated 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
Browsing all 1642 articles
Browse latest View live