Commented Unassigned: Stored procedures with no input parameters and all...
I found that stored procedure with no input parameters and views with all columns are nullable are ignored by this tool and cannot be populated in .cs file.Are they known issues?Comments: Thanks Simon....
View ArticleCreated Unassigned: A field named 'default' [103]
Basically a column in my database is called 'default' which is no problem in sql but the generator converts this directly without modification and the compiler finds this disagreeable.I looked for a...
View ArticleNew Post: The way to choose objects included in the model
Now we have assymetric way to choose object that should be added to the context: 1) SchemaNameFilter - is the string with one schema 2) TableFilterInclude - string with regexp The typical scenario with...
View ArticleCommented Unassigned: Unique Indices [59]
It seems there is no option to identify unique keys of a table in database in generated configuration mapping classes.For example```CREATE TABLE [dbo].[FinancialInstitutionOffice]( [Code]...
View ArticleCommented Feature: Option to generate data annotations [20]
Add ability to generate data annotations. Add this as an option in the .tt file. Requested by SergioRiusComments: I would like this for my project because some of the model classes may be consumed...
View ArticleCommented Unassigned: Junction Table can also have a RowVersion column. [53]
A many to many relation is identified by a table containing only two columns and those two make the primary key and the key fields of the linked tables. However a third column that is just a RowVersion...
View ArticleCommented Unassigned: Junction Table can also have a RowVersion column. [53]
A many to many relation is identified by a table containing only two columns and those two make the primary key and the key fields of the linked tables. However a third column that is just a RowVersion...
View ArticleCommented Issue: Generate optional parameter information in sproc methods [91]
For stored procedures there is currently no handling of optional parameters; all parameters are indicated to be non-optional.I've been trying to find a way to find this information, for instance for...
View ArticleUpdated Wiki: What's new
Whats comming in the next release:Case 101. SQL Server compact connection string only looks in current project. It now looks in all project paths for the SDF file, in a similar way to finding the...
View ArticleCommented Unassigned: Stored procedures with no input parameters and all...
I found that stored procedure with no input parameters and views with all columns are nullable are ignored by this tool and cannot be populated in .cs file.Are they known issues?Comments: The SQL for...
View ArticleSource code checked in, #326c93aa5a03
MakeClassesPartial flag now adds partial keyword to the stored procedure model classes.
View ArticleCommented Unassigned: Stored procedures with no input parameters and all...
I found that stored procedure with no input parameters and views with all columns are nullable are ignored by this tool and cannot be populated in .cs file.Are they known issues?Comments: I have it so...
View ArticleCommented Unassigned: Stored procedures with no input parameters and all...
I found that stored procedure with no input parameters and views with all columns are nullable are ignored by this tool and cannot be populated in .cs file.Are they known issues?Comments: Also had to...
View ArticleNew Post: Code Library and script folder
I'm not very familiar with t4, but is there a way to move a bunch of the code into a code library that the t4 template references? I like how easy it is to mutate the output files with the scripting...
View ArticleUpdated Wiki: What's new
Whats coming in the next release:Case 101. SQL Server compact connection string only looks in current project. It now looks in all project paths for the SDF file, in a similar way to finding the...
View ArticleSource code checked in, #4fb8ed858aa9
Make sure identity columns are not marked with computed flag.
View ArticleCreated Unassigned: MVC Scaffolding error, GenerateSeparateFiles=false [104]
IN VS.net 2013, when I try running the Add New Scaffolded Item -> "MVC5 Controller with views, using Entity Framework" and the model was generated using the single file option...
View ArticleSource code checked in, #adabc52a2c03
Fix bug in MigrationStrategy when set to CreateDatabaseIfNotExists or DropCreateDatabaseIfModelChanges. Thanks to Will.
View ArticleUpdated Wiki: What's new
Whats coming in the next release:Case 101. SQL Server compact connection string only looks in current project. It now looks in all project paths for the SDF file, in a similar way to finding the...
View Article