Commented Issue: Bugs and suggestions [2]
1) If column name equals [$], then Generator failed with exception IndexOutOfRange.2) And if default of column equals (null) or some decimal value (0.5 for example), then in class constuctor we can see...
View ArticleCreated Unassigned: SqlGeography and DbGeometry [5]
Excuse me for wirintg directly to you, instead of creating an issue in Codeplex, but I've found a little bug, and its solution. However I have not examined it very deeply.Bug found:--> Trying to...
View ArticleCreated Feature: Foreign Key Naming [6]
From Terry:Take this example of two tables.• Users • Locations Foreign key relationships • Users.Location_FK_Locations_ID = Locations.ID• Locations.Owner_FK_Users_ID = Users.IDThis results in ambiguous...
View ArticleSource code checked in, #25f984bb3eff
Now supports columns with symbols and punctuation
View ArticleClosed Issue: Bugs and suggestions [2]
1) If column name equals [$], then Generator failed with exception IndexOutOfRange.2) And if default of column equals (null) or some decimal value (0.5 for example), then in class constuctor we can see...
View ArticleUpdated Wiki: Documentation
This has now been made into a visual studio extension. To install and use this project:Use Nuget and install EntityFramework. Add a connect string to your app.config. Somethine like....
View ArticleUpdated Wiki: Documentation
This has now been made into a visual studio extension. To install and use this project:Use Nuget and install EntityFramework. Add a connect string to your app.config. Somethine like....
View ArticleUpdated Wiki: Documentation
This has now been made into a visual studio extension. To install and use this project:Use Nuget and install EntityFramework. Add a connect string to your app.config. Somethine like....
View ArticleUpdated Wiki: Home
Project Description Reverse engineers an existing database and generates EntityFramework Code First POCO classes, DbContext and Configuration mappings.Currently only works for SQL Server. This has now...
View ArticleCreated Unassigned: DisableGeneration parameter [7]
I think it would be useful if you add a DisableGeneration parameter in some point to allow or disable the generation of classes if necesary.
View ArticleUpdated Wiki: Home
Project Description Reverse engineers an existing database and generates EntityFramework Code First POCO classes, DbContext and Configuration mappings.Currently only works for SQL Server. This has now...
View Article