Hi, > Do you have any insight on the auto increment issue? Every start/stop- > cycle increments the auto_increment counters by 30 or so. Not that > this is a big problem but is there some kind of fix for this?
Yes, the fix is to close the database. See also: http://www.h2database.com/html/grammar.html#createsequence "The cache is the number of pre-allocated numbers. If the system crashes without closing the database, at most this many numbers are lost. The default cache size is 32. " Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
