PeterHenell / sql-server-data-producer

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

BUG: Saving does not maintain full GeneratorParameterValues, it serializes the object to string and looses some precision in the process #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The values are serialized using object.ToString().

For a datetime this will mean that miliseconds are not included in the saved 
file. Other generators might have their own problems.

Original issue reported on code.google.com by a03pe...@gmail.com on 17 Dec 2012 at 1:27

GoogleCodeExporter commented 9 years ago

Original comment by a03pe...@gmail.com on 18 Dec 2012 at 10:25

GoogleCodeExporter commented 9 years ago

Original comment by a03pe...@gmail.com on 18 Dec 2012 at 1:23

GoogleCodeExporter commented 9 years ago

Original comment by a03pe...@gmail.com on 20 Dec 2012 at 11:23

GoogleCodeExporter commented 9 years ago

Original comment by a03pe...@gmail.com on 20 Dec 2012 at 11:24

GoogleCodeExporter commented 9 years ago

Original comment by a03pe...@gmail.com on 15 Jan 2013 at 1:13