Updated Wiki: What's new
Whats comming in v2.8.4:Stored procedure support Whats new in v2.8.3:Added new setting IncludeQueryTraceOn9481Flag so that you are now in control if "OPTION (QUERYTRACEON 9481)" is appended to the SQL....
View ArticleReleased: v2.8.1 (Oct 08, 2014)
Whats new in v2.8.1:Bug fix: If property had _ appended, and is used as key, it breaks template generation. Thanks to Nicholas Head.Whats new in v2.8.0:Added a new flag: AddUnitTestingDbContext. If...
View ArticleUpdated Release: v2.8.1 (Oct 08, 2014)
Whats new in v2.8.1:Bug fix: If property had _ appended, and is used as key, it breaks template generation. Thanks to Nicholas Head. Whats new in v2.8.0:Added a new flag: AddUnitTestingDbContext. If...
View ArticleReleased: v2.8.3 (Dec 11, 2014)
Whats new in v2.8.3:Added new setting IncludeQueryTraceOn9481Flag so that you are now in control if "OPTION (QUERYTRACEON 9481)" is appended to the SQL. SqlServer 2014 is known to appear frozen / take...
View ArticleCreated Release: v2.8.3 (Dec 11, 2014)
Whats new in v2.8.3:Added new setting IncludeQueryTraceOn9481Flag so that you are now in control if "OPTION (QUERYTRACEON 9481)" is appended to the SQL. SqlServer 2014 is known to appear frozen / take...
View ArticleUpdated Wiki: What's new
Whats comming in v2.9.0:Stored procedure support Whats new in v2.8.3:Added new setting IncludeQueryTraceOn9481Flag so that you are now in control if "OPTION (QUERYTRACEON 9481)" is appended to the SQL....
View ArticleCreated Unassigned: Option to generate 'Independent' associations [86]
Currently, when a foreign key is mapped, the HasForeignKey method is used, creating a 'foreign key assocation'.This requires that the model has a the foreign key as a property of the class. Some users...
View ArticleNew Post: Many-to-Many relationship not correctly generated
We have a table (Organization_XREF) that contains two foreign key columns (Parent_ID and Child_ID) that both refer to the same primary key column (OrganizationID) in the Organization table, as depicted...
View ArticleSource code checked in, #464e778b4674
Allow for manual setting of the targeted .Net framework version
View ArticleSource code checked in, #58e294f7ab62
Include examples of CustomPluralizationEntry. Thanks to Carrie Kroutil
View ArticleCreated Unassigned: Enum support [87]
Please make your generator enum support.For example add Table Name+Field name+Enum in configuration Thanks
View ArticleClosed Unassigned: Enum support [87]
Please make your generator enum support.For example add Table Name+Field name+Enum in configuration ThanksComments: Duplicate of case https://efreversepoco.codeplex.com/workitem/37
View ArticleSource code checked in, #b16cf5feb821
Updated stored procedure SQL to remove microsoft stored procs.
View ArticleSource code checked in, #6048715e27a8
Putting code back to std, prior to stored proc implementation
View ArticleSource code checked in, #524a247b9d77
Write out the stored procedure interface signature
View Article