|
Thanks Thomas! For now, I just want to stick to generally supported sequence features. I realize catalog, for example, is pretty meaningless on H2 since (unless I miss something) H2 only ever lets you access your current catalog. But catalog is a generally supported part of qualified names.
Is "auto_increment" the same as IDENTITY? Also, for curiosity, given create table test(id int auto_increment) what is the name of the generated sequence? Is there a pattern?
|