Edited Issue: Same stored procedure name on different schema generates only...
Let's say you have three stored procedure with the same name on different schema and one parameter:```Alpha.proc_DoSomething @Parameter datetimeBeta.proc_DoSomething @Parameter...
View ArticleCommented Issue: Same stored procedure name on different schema generates...
Let's say you have three stored procedure with the same name on different schema and one parameter:```Alpha.proc_DoSomething @Parameter datetimeBeta.proc_DoSomething @Parameter...
View ArticleUpdated Wiki: Home
Due to errors on CodePlex which means I could no longer push/pull code changes. Namely:HTTP Error: 500 (URL Rewrite Module Error.) HTTP Error: 502 (Bad Gateway) I have moved this project to GitHub:...
View ArticleUpdated Wiki: Documentation
Due to errors on CodePlex which means I could no longer push/pull code changes. Namely:HTTP Error: 500 (URL Rewrite Module Error.)HTTP Error: 502 (Bad Gateway) I have moved this project to GitHub:...
View ArticleSource code checked in, #1994e5e37f48
Include schema when checking stored procedure name
View ArticleCommented Issue: Same stored procedure name on different schema generates...
Let's say you have three stored procedure with the same name on different schema and one parameter:```Alpha.proc_DoSomething @Parameter datetimeBeta.proc_DoSomething @Parameter...
View ArticleUpdated Wiki: Home
Due to errors on CodePlex which means I could no longer push/pull code changes. Namely:HTTP Error: 500 (URL Rewrite Module Error.) HTTP Error: 502 (Bad Gateway) I have moved this project to GitHub:...
View ArticleUpdated Wiki: Home
Due to errors on CodePlex which means I could no longer push/pull code changes. Namely:HTTP Error: 500 (URL Rewrite Module Error.) HTTP Error: 502 (Bad Gateway) I have moved this project to GitHub:...
View ArticleClosed Unassigned: ForeignKeyExclude option [171]
We have some foreign keys that only meant for the database and are not meant to be used to traverse to a table. I have modified the "core.ttinclude" file to be able to take a regex to exclude. ```...
View ArticleCommented Unassigned: ForeignKeyExclude option [171]
We have some foreign keys that only meant for the database and are not meant to be used to traverse to a table. I have modified the "core.ttinclude" file to be able to take a regex to exclude. ```...
View ArticleClosed Unassigned: Filtering of "Navigation Properties" [157]
When building objects and thinking about DDD and aggregate boundaries, one often might choose to deliberately NOT have a full-on navigation property between aggregates, and only keep the ID of the...
View ArticleClosed Unassigned: Add ability to filter foreign keys [155]
Some users would like to filter out foreign keys. This is necessary if the user moves some fields up into a base class by using WritePocoBaseClasses and UpdateColumn functions to set column.Hidden =...
View ArticleClosed Unassigned: Enum support [117]
Hi,I create a patch for Enum supportJust add items to "Enums" Dictionary like this into main T4:Enums.Add("dbo.TableName.FieldName","Namespace.Class.YourEnumType");and use my attached file.Comments: It...
View ArticleClosed Unassigned: Stored procedure with only one result set generates...
First of all I'd like to say this POCO generator is a great tool. Really good job.I'm using version 2.18.0 and I have found little bug.I have stored procedure that returns only one resultset. It looks...
View ArticleNew Post: Do we have NuGet package for it?
How do we upgrade POCO Generator? Also, which version includes ability to exclude certain columns from models and where is it documented? Thanks.
View ArticleCreated Unassigned: GenerateSeparateFiles causes empty DBContext class [181]
On version 2.19 if I set GenerateSeparateFiles=true; the DBContext class is empty except for the namespace. Setting it back to false will generate a complete DBContext class successfully.I am able to...
View ArticleCreated Unassigned: Many-to-many does not use proper naming [182]
It appears that in a many to many relationship, the first navigational property should be the plural without the foreign key and without "1" appended but in version 2.19 this does not happen.For...
View ArticleCommented Unassigned: Many-to-many does not use proper naming [182]
It appears that in a many to many relationship, the first navigational property should be the plural without the foreign key and without "1" appended but in version 2.19 this does not happen.For...
View ArticleNew Post: DbSets in DbContext
I've been using Reverse Poco for almost a year now, but I recently updated to version 2.24.0 and created a new tt file. It read from my database just fine and generated the POCO classes, but for some...
View Article