Closed GoogleCodeExporter closed 9 years ago
Possibility.
If we create temporary tables containing the countries, female names etc then
we can pick up values from those for each row.
This will also require me to rewrite the generators so that the values are
generated using SQL queries instead.
Original comment by a03pe...@gmail.com
on 8 Jun 2012 at 7:40
Implemented.
Each row is now generating a set of VALUES for the INSERT query.
Each row will generate values using the generator.
Instead of having a execution counter for each SET and using that counter to
generate values, each row is now generating values using the
GenerationNumberSupplier.GetNextNumber() method.
Original comment by a03pe...@gmail.com
on 8 Jun 2012 at 10:00
Original issue reported on code.google.com by
a03pe...@gmail.com
on 8 Jun 2012 at 7:34