New Post: how can i disable CodeGeneratedAttribute feature?
It was a pull request that added the CodeGeneratedAttribute everywhere. The code is well formatted and is actually only required where I initialize a new List<> which is virtual in the...
View ArticleNew Post: Some Foreign Keys are not generated
Fixed it ! It will be in the next release, which should be later today. It is now generating the...
View ArticleSource code checked in, #48d6ee07403f
Fixed bug. In cases where a column had multiple foreign keys, only one foreign key was used. Thanks to Christopher Stamm.
View ArticleUpdated Wiki: What's new
Whats coming in the next release:Case 122. Bug Fix. Make use of the PrimaryKeyOrdinal for sorting when generating primary keys. Thanks tosamiljan.Fixed bug. In cases where a column had multiple foreign...
View ArticleNew Post: added isCreate_DefualtConstructor + isCreateFunction_InitializePartial
The idea was for you not to create the contructor, but for you to use the InitializePartial function to do your initialisation. For example, taking Northind database, and setting MakeClassesPartial =...
View ArticleSource code checked in, #47754c79bdb7
Make use of ResetNavigationProperties() so as not to need Distinct() later on.
View ArticleUpdated Wiki: What's new
Whats new in v2.13.1:Case 122. Bug Fix. Make use of the PrimaryKeyOrdinal for sorting when generating primary keys. Thanks tosamiljan.Fixed bug. In cases where a column had multiple foreign keys, only...
View ArticleReleased: v2.13.1 (May 28, 2015)
Whats new in v2.13.1:Case 122. Bug Fix. Make use of the PrimaryKeyOrdinal for sorting when generating primary keys. Thanks to samiljan.Fixed bug. In cases where a column had multiple foreign keys, only...
View ArticleCreated Release: v2.13.1 (May 28, 2015)
Whats new in v2.13.1:Case 122. Bug Fix. Make use of the PrimaryKeyOrdinal for sorting when generating primary keys. Thanks to samiljan.Fixed bug. In cases where a column had multiple foreign keys, only...
View ArticleClosed Issue: PrimaryKey column order [122]
The ordering of the columns in a primary key is only considering the order of the columns in the table.There already is a PrimaryKeyOrdinal property, and changing the order to using that seems to be...
View ArticleCreated Unassigned: Doesn't work with EF 7.0? [123]
Doesn't seem to work with EF 7, references System.Data.Entity rather than Microsoft.Data.Entity, and other issues. For some reason I thought this was expected to work with EF 7, perhaps because VS 2015...
View ArticleCommented Unassigned: Doesn't work with EF 7.0? [123]
Doesn't seem to work with EF 7, references System.Data.Entity rather than Microsoft.Data.Entity, and other issues. For some reason I thought this was expected to work with EF 7, perhaps because VS 2015...
View ArticleEdited Unassigned: Doesn't work with EF 7.0 beta? [123]
Doesn't seem to work with EF 7, references System.Data.Entity rather than Microsoft.Data.Entity, and other issues. For some reason I thought this was expected to work with EF 7, perhaps because VS 2015...
View Article