Activity overview
Latest activity by cb66
That works fine for a single column on its own, but what I need is the combination of multiple columns to be unique.
In fact, in our case, our business logic requires that some of the individual columns are not unique. In one column, we are using IDs that only allow a handful of different values, but we must produce hundreds to thousands of new random records. / comments
That works fine for a single column on its own, but what I need is the combination of multiple columns to be unique.
In fact, in our case, our business logic requires that some of the individual co...
I found the simplest solution to use "RowCount" instead of "Proportion" in the first place and then calculate the required RowCount on my own.
In hindsight, the question seems a bit stupid [image] / comments
I found the simplest solution to use "RowCount" instead of "Proportion" in the first place and then calculate the required RowCount on my own.
In hindsight, the question seems a bit stupid
'Unique' properties in .sqlgen config file
Hello,
from what I see in the .sqlgen config file and the RegexpGenerator type in particular, there are two Unique properties to be set, one <Unique> tag in the Field configuration section, and one...
Let proportion be based on new values only?
Hello,
I have a question regarding ProportionTables/ Proportion values: Is there a way to specify that the proportion shall be calculated on the newly generated values of the ProportionTable only?E...
Uniqueness for compound keys
Hello,
sorry if this is already covered elsewhere, but I can't seem to figure out how to ensure that a compound key is unique, either via the UI or in the SQL Data Generator project file. Could you...