LinuxDoku / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

DecimalColumn constructor ignores size #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The constructor DecimalColumn(string name, int size, int remainder,
ColumnProperties property) doesn't use the size property when calling the
base constructor - this results in a size of 0.

The other constructor, DecimalColumn(string name, int size, int remainder),
works as expected.

Original issue reported on code.google.com by michael....@gmail.com on 29 May 2008 at 6:37

GoogleCodeExporter commented 8 years ago
This goes away if we merge in the refactorings-unstable branch. The 
DecimalColumn was
removed.

Original comment by geoffl...@gmail.com on 29 May 2008 at 4:12

GoogleCodeExporter commented 8 years ago
Closing - WontFix because the refactorings-unstable branch is now the trunk, so 
this
is not really an issue anymore

Original comment by geoffl...@gmail.com on 5 Jun 2008 at 3:00