|
From: <tri...@tr...> - 2003-05-31 22:06:33
|
Isabelle and All, I have made some changes the OracleSequenceMaxValueIncrementer. It now retrieves all new values for a batch calling NEXTVAL on the sequence for each value. It stores them in an array and then hands them out one by one. I'll look into a more efficient solution when I have more time. I also renamed incrementBy to cacheSize -- its more clear that way what it is used for. For MySQL we always increment the values by 1, and for Oracle the increment is defined in the sequence. --Thomas |