Updated Wiki: What's new
Whats comming in v2.8.4:Stored procedure support Whats comming in v2.8.3 approx 8-12th Dec:Automatically detect if OPTION (QUERYTRACEON 9481 is required. It does this by checking the Sql Server version...
View ArticleCreated Unassigned: Table description [82]
Table descriptions not handled with comments
View ArticleCommented Unassigned: Table description [82]
Table descriptions not handled with commentsComments: Note to self: ``` SELECT u.name + '.' + t.name AS [table], td.value AS [table_desc], c.name AS [column], cd.value AS [column_desc] FROM sysobjects...
View ArticleReleased: v2.8.1 For use with SQL Server before 2014 (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 For use with SQL Server before 2014 (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 ArticleCommented Unassigned: Need flag for creating Identity DB Context [72]
With introduction of ASP.NET Identity, the Database context class needs to be derived from IdentityDbContext<ApplicationUser>.Can we have a flag, which, if set to true, makes...
View ArticleCommented Unassigned: Need flag for creating Identity DB Context [72]
With introduction of ASP.NET Identity, the Database context class needs to be derived from IdentityDbContext<ApplicationUser>.Can we have a flag, which, if set to true, makes...
View ArticleCreated Unassigned: Pre-Generated views [83]
Your project will be nicer if generate Pre-Generated viewsThanks
View ArticleClosed Feature: Need flag for creating Identity DB Context [72]
With introduction of ASP.NET Identity, the Database context class needs to be derived from IdentityDbContext<ApplicationUser>.Can we have a flag, which, if set to true, makes...
View ArticleSource code checked in, #3228f771ef4b
Removed scratch project. ForTea Resharper plugin makes this defunct.
View ArticleSource code checked in, #3cc45e9a4c91
Fixed bug: IndexOutOfRangeException thrown inside GetCurrentProject. Thanks to David Gardiner. https://efreversepoco.codeplex.com/workitem/85
View ArticleEdited Unassigned: IndexOutOfRangeException thrown inside GetCurrentProject [85]
1. Load a solution with the .tt file previously open in a project in Visual Studio2. Save the .tt file3. An error appears in the Visual Studio error list:> Error 1 Running transformation:...
View ArticleCommented Unassigned: IndexOutOfRangeException thrown inside...
1. Load a solution with the .tt file previously open in a project in Visual Studio2. Save the .tt file3. An error appears in the Visual Studio error list:> Error 1 Running transformation:...
View ArticleClosed Unassigned: IndexOutOfRangeException thrown inside GetCurrentProject [85]
1. Load a solution with the .tt file previously open in a project in Visual Studio2. Save the .tt file3. An error appears in the Visual Studio error list:> Error 1 Running transformation:...
View ArticleSource code checked in, #860395961103
Update documentation for IncludeQueryTraceOn9481 flag
View ArticleUpdated Wiki: What's new
Whats comming in v2.8.4:Stored procedure support Whats comming in v2.8.3 approx 8-12th Dec:Added new setting IncludeQueryTraceOn9481Flag so that you are now in control if "OPTION (QUERYTRACEON 9481)"...
View ArticleUpdated Wiki: What's new
Whats comming in v2.8.4:Stored procedure support Whats comming in v2.8.3:Added new setting IncludeQueryTraceOn9481Flag so that you are now in control if "OPTION (QUERYTRACEON 9481)" is appended to the...
View Article