PeterHenell / sql-server-data-producer

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

Parameter values are converted to string when modified in the GUI #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load
2. Add table to right list
3. Modify the value of one of the parameters to one of the tables

What is the expected output? What do you see instead?
InvalidCastException is thrown, the value should have been conveted to its 
original type. Instead it is string.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by a03pe...@gmail.com on 26 Apr 2012 at 12:35

GoogleCodeExporter commented 9 years ago
Parameters are now stored as string, you need to parse them to the requested 
datatype when pulling them out from the collection

Original comment by a03pe...@gmail.com on 30 Apr 2012 at 1:57