Hi,
I am encountering an issue with auto increment identity field. It seems that if multiple concurrent transaction happens all at once, the number generate is not being incremented correctly (+1). Instead, it starts at 1,then jumps to 349 if the transactions are committed 4 milliseconds apart. It seems that if transaction are not concurrent, behavior is correct.
This is my JDBC connection string jdbc:h2:./myDB;MVCC=TRUE;LOCK_TIMEOUT=10000;
Please let me know what additional information you need to diagnose.
Thanks,
Meni