tbayart / sql-server-data-producer

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

Design choice: How to handle overflowing generators? #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some generators will overflow quite quickly.
Day series generator will overflow very early.

Should overflowing generators start from beginning again?

Original issue reported on code.google.com by a03pe...@gmail.com on 15 Nov 2012 at 10:27

GoogleCodeExporter commented 9 years ago
Maybe add them as a warning in the result

Original comment by a03pe...@gmail.com on 6 Dec 2012 at 2:31

GoogleCodeExporter commented 9 years ago

Original comment by a03pe...@gmail.com on 20 Dec 2012 at 11:23

GoogleCodeExporter commented 9 years ago
Overflowing should result in them starting in their startValue again.

Original comment by m...@peterhenell.se on 21 Jan 2014 at 3:46