Commented Unassigned: GetPropertyType assumes decimal for Numeric [62]
In the EF.Reverse.POCO.Core.ttinclude::GetPropertyType, the "numeric" case assumes that the scale is greater than zero. For database types such as Numeric(17,0), the C# type should resolve to something...
View ArticleCommented Unassigned: GetPropertyType assumes decimal for Numeric [62]
In the EF.Reverse.POCO.Core.ttinclude::GetPropertyType, the "numeric" case assumes that the scale is greater than zero. For database types such as Numeric(17,0), the C# type should resolve to something...
View ArticleSource code checked in, #c244f33f8775
GetPropertyType assumes decimal for Numeric. Thanks to simmered.
View ArticleClosed Unassigned: GetPropertyType assumes decimal for Numeric [62]
In the EF.Reverse.POCO.Core.ttinclude::GetPropertyType, the "numeric" case assumes that the scale is greater than zero. For database types such as Numeric(17,0), the C# type should resolve to something...
View ArticleUpdated Wiki: What's new
Comming in v3.0.0:Support for any database. MySQL, Oracle, etc. This may take a while...Whats new in v2.5.1:Move the call to tables.SetPrimaryKeys(); higher up. This allows support of tables with no...
View ArticleReleased: v2.4.1 Recommended for VS2010 (Apr 08, 2014)
This release is recommended for VS2010
View ArticleUpdated Release: v2.4.1 Recommended for VS2010 (Apr 08, 2014)
This release is recommended for VS2010
View ArticleCommented Unassigned: GetPropertyType assumes decimal for Numeric [62]
In the EF.Reverse.POCO.Core.ttinclude::GetPropertyType, the "numeric" case assumes that the scale is greater than zero. For database types such as Numeric(17,0), the C# type should resolve to something...
View ArticleUpdated Wiki: Documentation
What's newClick here to see what's new in this release.OverviewWatch the tutorial video available here: http://visualstudiogallery.msdn.microsoft.com/ee4fcff9-0c4c-4179-afd9-7a2fb90f5838This is a...
View ArticleUpdated Wiki: Documentation
What's newClick here to see what's new in this release.OverviewWatch the tutorial video available here: http://visualstudiogallery.msdn.microsoft.com/ee4fcff9-0c4c-4179-afd9-7a2fb90f5838This is a...
View ArticleUpdated Wiki: Documentation
What's newClick here to see what's new in this release.OverviewWatch the tutorial video available here: http://visualstudiogallery.msdn.microsoft.com/ee4fcff9-0c4c-4179-afd9-7a2fb90f5838This is a...
View ArticleCreated Unassigned: When the schemaName filter is set, tablenames have a "1"...
If the SchemaName variable is set, when reading the tablenames from the database, the test for whether to postfix a tablename with "1", compares all the tables, even though they are excluded later.I...
View ArticleSource code checked in, #f6a7af956750
Created a new VS2013 VSIX project to replace the old one.
View Article