Created Unassigned: Many to Many (User_Role) table is not used correctly [22]
When I define a User, Role and User_Role tables like this:```CREATE TABLE [dbo].[User]( [Id] [bigint] IDENTITY(1,1) NOT NULL, [Name] [nvarchar](50) NULL, [Password] [nvarchar](50) NULL, CONSTRAINT...
View ArticleCreated Unassigned: Computed columns not yet supported [23]
Hi,First of all: thanks for creating the Reverse POCO Code First Generator, saves me tons of work!The code produced by it is clean and very well documented.While using it I came across a scenario which...
View ArticleEdited Unassigned: Computed columns not yet supported [23]
Hi,First of all: thanks for creating the Reverse POCO Code First Generator, saves me tons of work!The code produced by it is clean and very well documented.While using it I came across a scenario which...
View ArticleCommented Unassigned: Computed columns not yet supported [23]
Hi,First of all: thanks for creating the Reverse POCO Code First Generator, saves me tons of work!The code produced by it is clean and very well documented.While using it I came across a scenario which...
View ArticleCreated Unassigned: kscelfo/SelectiveGeneration - 8/3 fork [24]
kscelfo/SelectiveGeneration, Your latest forked code from 8/3 (Friday) 8:18 PM doesn't work. The base code works for me, but when I add your changes to the tt, core, etc. file and save, nothing gets...
View ArticleCommented Unassigned: kscelfo/SelectiveGeneration - 8/3 fork [24]
kscelfo/SelectiveGeneration, Your latest forked code from 8/3 (Friday) 8:18 PM doesn't work. The base code works for me, but when I add your changes to the tt, core, etc. file and save, nothing gets...
View ArticleEdited Unassigned: kscelfo/SelectiveGeneration - 8/3 fork [24]
Thank you for this, it works like a charm -- save me a ton of time. Now I can build out my entities in my Model project, and my context and configuration in my Data project!
View ArticleSource code checked in, #71e9b54ed486
Delmo Carrozzo - Bug fix to make IncludeViews work
View ArticleCommented Feature: Add ability to deactivate camel casing [19]
Add ability to deactivate camel casing and leave the field names untouched. Requested by SergioRiusComments: Added to v1.10.0
View ArticleClosed Feature: Add ability to deactivate camel casing [19]
Add ability to deactivate camel casing and leave the field names untouched. Requested by SergioRiusComments: v1.10.0
View ArticleClosed Unassigned: kscelfo/SelectiveGeneration - 8/3 fork [24]
Thank you for this, it works like a charm -- save me a ton of time. Now I can build out my entities in my Model project, and my context and configuration in my Data project!Comments: This will be in...
View ArticleEdited Feature: Support stored procs, functions [15]
Support the following (with immutable classes for results):* Stored procedures* Functions
View ArticleUpdated Wiki: What's new
Whats comming in next release:Including views is now working. For a view to be included, at least one column must not be nullable. Thanks to Delmo Carruzzo.Added selective generation of components...
View ArticleUpdated Wiki: What's new
Whats comming in next release:Including views is now working. For a view to be included, at least one column must not be nullable.Thanks to Delmo Carruzzo. Added selective generation of components...
View ArticleCommented Unassigned: Computed columns not yet supported [23]
Hi,First of all: thanks for creating the Reverse POCO Code First Generator, saves me tons of work!The code produced by it is clean and very well documented.While using it I came across a scenario which...
View ArticleUpdated Wiki: What's new
Whats new in v1.11:Including views is now working. For a view to be included, at least one column must not be nullable.Thanks to Delmo Carruzzo. Added selective generation of components (Poco, Context,...
View ArticleCreated Unassigned: Failed to load provider "System.Data.EntityClient" -...
Full log// This file was automatically generated.// Do not make changes directly to this file - edit the template instead.// // The following connection settings were used to generate this file// //...
View Article