tbayart / sql-server-data-producer

Automatically exported from code.google.com/p/sql-server-data-producer
0 stars 0 forks source link

Refactor: Add output formatter to the ColumnDataTypeDefinition #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add an output formater to the ColumnDataTypeDefinition.

Using this formatter the columns will themself know how to format their values 
to be able to create the sql script output.

Example for decimal datatype where the , need to be replaced with .
Or the DbNull value that should be replaced with NULL

Original issue reported on code.google.com by a03pe...@gmail.com on 15 Nov 2012 at 2:44

GoogleCodeExporter commented 9 years ago

Original comment by a03pe...@gmail.com on 16 Nov 2012 at 1:47