Updated Wiki: What's new
Whats new in v2.15.2:Make the FakeMyDbContext partial when MakeClassesPartial = true. Thanks to Police Officer.Case 140. Include <auto-generated /> in the generated code. Thanks to NeilCross...
View ArticleReleased: 2.15.2 (Sep 07, 2015)
Whats new in v2.15.2:Make the FakeMyDbContext partial when MakeClassesPartial = true. Thanks to Police Officer.Case 140. Include <auto-generated /> in the generated code. Thanks to NeilCross and...
View ArticleCreated Release: 2.15.2 (Sep 07, 2015)
Whats new in v2.15.2:Make the FakeMyDbContext partial when MakeClassesPartial = true. Thanks to Police Officer.Case 140. Include <auto-generated /> in the generated code. Thanks to NeilCross and...
View ArticleClosed Issue: Schema name missing in generated table valued function [143]
Hi,I am having problem trying to generate stored proc that works. The schema name is missing in the stored proc name when being executed, hence could find the stored proc in the database.Below...
View ArticleClosed Feature: Foreign keys not generated for a composite FK [142]
Note: This might be related to [Issue141](https://efreversepoco.codeplex.com/workitem/141) Given the tables that have the following definitions:```-- TABLE ACREATE TABLE [dbo].[A]( [AId] [int]...
View ArticleClosed Unassigned: Configuration Switch for GeneratedCodeAttribute [140]
It would be really useful to provide a switch to include the GeneratedCodeAttribute for each class created.Comments: Released in v2.15.2
View ArticleClosed Unassigned: Model classes not generated for table with only a...
__Repro steps__: 1. Create a table that _only_ has two columns (type int) that are FKs to PKs in two other tables. 1. Create a primary composite key from the two columns and have EF Reverse POCO...
View ArticleCommented Unassigned: Configuration Switch for GeneratedCodeAttribute [140]
It would be really useful to provide a switch to include the GeneratedCodeAttribute for each class created.Comments: Simon, this didn't make it into v2.15.2 from what I can see.
View ArticleSource code checked in, #8b768546f639
Fix bug: Stored Procedure with Nullable DateTime2 has invalid cast. Thanks to Neal Culiner.
View ArticleUpdated Wiki: What's new
Whats coming in the next release:Fix bug: Stored Procedure with Nullable DateTime2 has invalid cast. Thanks toNeal Culiner.Whats new in v2.15.2:Make the FakeMyDbContext partial when MakeClassesPartial...
View ArticleCommented Unassigned: Configuration Switch for GeneratedCodeAttribute [140]
It would be really useful to provide a switch to include the GeneratedCodeAttribute for each class created.Comments: Sorry I didn't review earlier; I do see the change, but only in the base .cs file,...
View ArticleNew Post: (custom) Many to Many mappings
Hello, I have question about mappings for Many to Many. Generally everything works great but I use Reverse POCO Generator with database that was created before with DevExpress XPO ORM. So mappings were...
View ArticleNew Post: Customizing the template to INotifyPropertyChanged?
Hi Simon, I really find your generator a lifesaver and I have to say that it is awesome on how you made it work. I really did like how your templates will set the default values of the properties in...
View ArticleNew Post: How do enums fit in?
If I wanted to map a table column to an enum rather than an object, how would I be able to do this?
View ArticleNew Post: How do enums fit in?
Make use of the following in the <database>.tt file// Column modification***************************************************************************************************************** // Use...
View Article