How can we help you today? How can we help you today?
DAndres109
JOIN conditions
Hi, This one is tough for me to describe, so I'll just give an example: Given: Table A Table B with foreign key to Table A Table C with foreign key to Table A When I write the following query: SELE...
1 follower 1 comment 0 votes
Feature Request: Automatically populate "Weighted List"
Hi, In some cases, a Check constraint may exists that limits a field to only a handful of values. Is there any way for the Data Generator to automatically pick up and list these values during these...
4 followers 6 comments 0 votes
Oddball Feature Request: Generation of Temporary Column, etc
Hi, Consider the following schema: Table A: Col1: int Col2: int Col3: int Col4: int Total: int I need to be able to ensure the following invariant is true for a each generated row: Total = random(m...
2 followers 2 comments 0 votes
Feature Request: Option to purge dependencies
Hi, When synchronizing between source and target tables, I believe that it is possible for the operation to fail if target records exist that cause foreign key violations. Can you add an option tha...
2 followers 3 comments 0 votes
Order of data generation and dependency
Hi, Is it possible to configure the table order that the data generation operation should use? There are some tables I would prefer to have populated before others. Thanks, David Andres
3 followers 5 comments 0 votes
Feature Request: Distributing numeric data randomly
Hi, This would be a really cool feature, and I believe other users may have similar needs to my own. If this feature already exists, please let me know. To be able to Randomly generate a single nu...
0 followers 0 comments 0 votes
Issue with generating unique values by pattern
Hi, I'm trying to generate sets of account numbers, which are either three or eight digits long. If I use the pattern "00\d{6}|00\d" for either the RegExpGenerator or the Business->Account Number g...
1 follower 1 comment 0 votes