issues
search
tbayart
/
sql-server-data-producer
Automatically exported from code.google.com/p/sql-server-data-producer
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Refactor: Make use of the CanExecute properties of the ICommands
#197
GoogleCodeExporter
opened
9 years ago
0
As a developer I want to have all the commands available in the Consumers in order to create full scripts
#196
GoogleCodeExporter
opened
9 years ago
1
BUG: Pressing the stop-button causes null pointer exception
#195
GoogleCodeExporter
opened
9 years ago
0
BUG: Consumers does not support Identity value from previous Item#
#194
GoogleCodeExporter
closed
9 years ago
1
Refactor: The generators should be marked using metadata to indicate which datatypes they support.
#193
GoogleCodeExporter
closed
9 years ago
1
As a developer I want to know when my Consumer plugin failed to load in order to know that it did not load
#192
GoogleCodeExporter
opened
9 years ago
0
As a user I want an area at the top of the application to show some project settings like connectionstring
#191
GoogleCodeExporter
opened
9 years ago
0
As a user I want to be able to double click on a project file in order to directly open it in the GUI
#190
GoogleCodeExporter
opened
9 years ago
0
As a user I want the project files to have a unique file ending in order to distinguish projects files from regular xml files.
#189
GoogleCodeExporter
opened
9 years ago
1
BUG: The Configure and Run option should not be enabled before it is possible to Run
#188
GoogleCodeExporter
opened
9 years ago
0
Refactor: Move the ConsumerOptions to the executionOptions entity
#187
GoogleCodeExporter
opened
9 years ago
1
As a user I want my previously selected DataConsumer to be selected when I start the application again
#186
GoogleCodeExporter
opened
9 years ago
0
As a developer I want to create new consumers as plugins
#185
GoogleCodeExporter
closed
9 years ago
6
As a user I want to use a Plugin in SSMS to generate data on a selected table
#184
GoogleCodeExporter
opened
9 years ago
0
As a User I want options for my Consumers in order to configure them independently
#183
GoogleCodeExporter
opened
9 years ago
1
As a developer I want to be able to extend the application by creating plugins for adding new Generators
#182
GoogleCodeExporter
opened
9 years ago
1
Refactor: Use the DataSet rows to get the previously generated values instead of saving the old value in a property of the generator
#181
GoogleCodeExporter
closed
9 years ago
2
BUG: WorkflowManager no longer reports progress of execution
#180
GoogleCodeExporter
opened
9 years ago
0
As a user I want to get results from the Consumers
#179
GoogleCodeExporter
opened
9 years ago
0
As a user I want to select which Consumer I want to use.
#178
GoogleCodeExporter
opened
9 years ago
0
As a user I want to be able to create a sql script that will insert the generated values
#177
GoogleCodeExporter
opened
9 years ago
1
Refactor: DataCell to include new properties
#176
GoogleCodeExporter
closed
9 years ago
1
Refactor: In the InsertConsumer, implement IdentityDictionary to hold identities inserted.
#175
GoogleCodeExporter
closed
9 years ago
1
BUG: If the column has two foreign keys then the column will appear two times in the result causing errors when generating scripts
#174
GoogleCodeExporter
opened
9 years ago
0
As a user I want to define a hierarchical structure of my insert items in order to create MANY x for each few N.
#173
GoogleCodeExporter
closed
9 years ago
3
As a user I would like to see all of the actual generated values before running the insertion in order to modify and adjust the parameters.
#172
GoogleCodeExporter
opened
9 years ago
1
As a user I want to use a wizard to create date based data sets
#171
GoogleCodeExporter
opened
9 years ago
1
BUG: Custom SQL Queries are not evaluated per row
#170
GoogleCodeExporter
opened
9 years ago
0
Refactor: Use Dictionary instead of lists for the ColumnCollection
#169
GoogleCodeExporter
closed
9 years ago
2
BUG: Output to script does not increment N
#168
GoogleCodeExporter
closed
9 years ago
1
As a user I want to easily navigate to the next Column when configuring Generator Parameters
#167
GoogleCodeExporter
opened
9 years ago
0
As a user I want to use the Tab Key to navigate between fields in order to reduce the amount of work done with the mouse
#166
GoogleCodeExporter
opened
9 years ago
0
Refactor: ObserverableDictionary for the GeneratorParameterCollection instead of ObserverableCollection
#165
GoogleCodeExporter
opened
9 years ago
0
As a user I want to set the DateTime generation start date to the current date by clicking a button
#164
GoogleCodeExporter
opened
9 years ago
0
As a user I want to configure how decimals and datetimes should be truncated
#163
GoogleCodeExporter
opened
9 years ago
0
As a user I want to configure a physical delay to be used between the insertions in order to mimic the application behaviour
#162
GoogleCodeExporter
opened
9 years ago
1
BUG: Threaded execution does not work
#161
GoogleCodeExporter
closed
9 years ago
1
As a user I want the project "tab" to indicate when the insertion is executing.
#160
GoogleCodeExporter
opened
9 years ago
0
As a user I want to use an existing project file and feed it into a command line version of the tool in order to automate the process
#159
GoogleCodeExporter
opened
9 years ago
0
As a user i want to configure the default generator for each datatype in order to customize the tool to the way i want to work
#158
GoogleCodeExporter
opened
9 years ago
0
As a user i want to use the Default values defined for the columns in order to mimic the normal application
#157
GoogleCodeExporter
opened
9 years ago
1
As a user I want to generate JSON files instead of insert scripts in order to use the data in other applications
#156
GoogleCodeExporter
opened
9 years ago
1
As a user i want to be able to create insert scripts based on the data that already exists in the tables
#155
GoogleCodeExporter
opened
9 years ago
0
As a user I want to generate XML files instead of insert scripts in order to use the data in other applications
#154
GoogleCodeExporter
opened
9 years ago
1
As a user i want to pause the execution in order to continue execution later
#153
GoogleCodeExporter
opened
9 years ago
0
As a user I want to see a graphical illustration of how foreign keys are being used in my execution list
#152
GoogleCodeExporter
opened
9 years ago
0
As a user I want to create a backup file of the database in order to use it in my testing process
#151
GoogleCodeExporter
opened
9 years ago
1
Performance: OnPropertyChanged should not be called too much during Execution
#150
GoogleCodeExporter
opened
9 years ago
0
As a user I want to generate csv files instead of insert scripts in order to insert larger amount of data using bulk insert.
#149
GoogleCodeExporter
opened
9 years ago
1
As a user I want to use the application on any kind of database
#148
GoogleCodeExporter
opened
9 years ago
1
Next