tbayart / sql-server-data-producer

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

If you want to generate data for the same table twice then the generators and their parameters are shared #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load
2. Add one table
3. Add the same table again and modify some of the parameters

What is the expected output? What do you see instead?
Only the second ExecutionItem should have its parameters changed.
But the parameters are shared for the table which means that the parameters are 
modified for both ExecutionItems.

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

GoogleCodeExporter commented 9 years ago
Implementing cloning on tables and columns

Original comment by a03pe...@gmail.com on 23 May 2012 at 2:31

GoogleCodeExporter commented 9 years ago
fixed by cloning the selected table when creating the ExecutionItem that will 
be added to the list.

Original comment by a03pe...@gmail.com on 23 May 2012 at 2:59