kashipai / h2database

H2 Database for reference.
0 stars 0 forks source link

Support auto-increment columns in cluster mode #562

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please remove the following limitation:

http://www.h2database.com/html/advanced.html#clustering

"Using auto-increment and identity columns is currently not supported. Instead, 
sequence values need to be manually requested and then used to insert data 
(using two statements)."

Original issue reported on code.google.com by cow...@bbs.darktech.org on 17 May 2014 at 9:26