PeterHenell / sql-server-data-producer

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

As a developer I want to have all the commands available in the Consumers in order to create full scripts #196

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If the user selects options to Delete or Disable constraints. Then these 
actions should be sent to the consumers.

Implement some Action system that describes which actions are available in the 
consumers. Let the consumers decide what to do on each action.

Original issue reported on code.google.com by a03pe...@gmail.com on 15 Mar 2013 at 12:14

GoogleCodeExporter commented 9 years ago
Possibly use the Command pattern, this could enable undoing any setting after 
everything is done.

Original comment by m...@peterhenell.se on 26 Dec 2013 at 10:34