LinuxDoku / migratordotnet

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

Change <Profile>ColumnPropertiesMapper access modifiers to public #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, MysqlColumnPropertiesMapper is the only public
ColumnPropertiesMapper class. All other providers are at the default access
level.

Changing these to be public classes would help for creating custom Column
types and overriding TypeHint(), as you could then return, for example,
'new SQLServerColumnPropertiesMapper("timestamp")'.

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

GoogleCodeExporter commented 8 years ago
This is fixed in the refactorings-unstable branch. The ColumnPropertiesMappers 
are
gone, but the Dialects and TransformationProviders are all public.

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

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

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

GoogleCodeExporter commented 8 years ago

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