Commented Unassigned: UseCamelCase = false causes "Failed to read database...
When I change UseCamelCase from true to false I am getting the following error:```// -----------------------------------------------------------------------------------------// Failed to read database...
View ArticleCommented Unassigned: UseCamelCase = false causes "Failed to read database...
When I change UseCamelCase from true to false I am getting the following error:```// -----------------------------------------------------------------------------------------// Failed to read database...
View ArticleUpdated Wiki: What's new
Whats comming in v2.10.2:Merge logic for foreignKey column matching, previously .col=null was possible. Thanks toAHewgill.Whats new in v2.10.1:Stored Procedure arguments that are C# reserved keywords...
View ArticleNew Post: Moving repo on GitHub :)
I thought about GitHub right from the start, however I really like to use Mercurial. I can use Git, but prefer Hg. I really didn't want to be a sheep and blindly follow the cool kids at the time. I...
View ArticleNew Post: Moving repo on GitHub :)
GitHub as more functionality and visibility, it's not just a matter of sheep flock, and of course Hg is powerful, but codeplex is completely stuck compared to every other product out there. You...
View ArticleEdited Issue: UseCamelCase = false causes "Failed to read database schema" [93]
When I change UseCamelCase from true to false I am getting the following error:```// -----------------------------------------------------------------------------------------// Failed to read database...
View ArticleSource code checked in, #6a07c5044c48
StoredProcs that return nullable binary types generate invalid "ReturnModel" code. Thanks to WallyHDisplayName.
View ArticleUpdated Wiki: What's new
Whats comming in v2.10.2:Merge logic for foreignKey column matching, previously .col=null was possible. Thanks toAHewgill.StoredProcs that return nullable binary types generate invalid "ReturnModel"...
View ArticleClosed Unassigned: Stored procedures/functions [67]
unless I missed something the current release looks at only table structures. If possible could this look for additional stored procs and/or functions?Sorry if I am reopening this but you pointed to...
View ArticleCommented Unassigned: Adding classes for views [88]
Would it be possible to generate classes for SQL Server views and (optionally) table-valued functions?It would be nice to be able to specify list of views to generate POCO classes for. These views may...
View ArticleCommented Unassigned: Adding classes for views [88]
Would it be possible to generate classes for SQL Server views and (optionally) table-valued functions?It would be nice to be able to specify list of views to generate POCO classes for. These views may...
View ArticleCreated Unassigned: Missing "using DatabaseGeneratedOption =...
Hello, thanks for your project!There is a missing case "4.5": in EF.Reverse.POCO.ttinclude : Line 64 Thank you.
View ArticleCreated Unassigned: Error when using a DbContextBaseClass that does not...
If the DbContextBaseClass does not implement the constuctor:```public <#=DbContextName#>(string connectionString, System.Data.Entity.Infrastructure.DbCompiledModel model) : base(connectionString,...
View ArticleCreated Unassigned: Add a default for getutcdate() [96]
We use both the getdate() and getutcdate() for our DB. Would it be possible to change the "Validate default" switch statement for the "datetime" to read this:```case "datetime": DateTime dt;...
View ArticleUpdated Wiki: What's new
Whats comming in v2.10.2:Merge logic for foreignKey column matching, previously .col=null was possible. Thanks toAHewgill.StoredProcs that return nullable binary types generate invalid "ReturnModel"...
View ArticleEdited Feature: Add a default for getutcdate() [96]
We use both the getdate() and getutcdate() for our DB. Would it be possible to change the "Validate default" switch statement for the "datetime" to read this:```case "datetime": DateTime dt;...
View ArticleCommented Feature: Add a default for getutcdate() [96]
We use both the getdate() and getutcdate() for our DB. Would it be possible to change the "Validate default" switch statement for the "datetime" to read this:```case "datetime": DateTime dt;...
View ArticleUpdated Wiki: What's new
Whats comming in v2.10.2:Merge logic for foreignKey column matching, previously .col=null was possible. Thanks toAHewgill.StoredProcs that return nullable binary types generate invalid "ReturnModel"...
View ArticleEdited Issue: Missing "using DatabaseGeneratedOption =...
Hello, thanks for your project!There is a missing case "4.5": in EF.Reverse.POCO.ttinclude : Line 64 Thank you.
View Article