On 2014-02-06 00:14, Gili wrote:

CREATE TABLE table_type (id TINYINT NOT NULL AUTO_INCREMENT(0), name 
VARCHAR(30) NOT NULL): Unable to create or alter
sequence "SYSTEM_SEQUENCE_92282573_A9B5_4684_8F33_3D00A93F02E7" because of invalid 
attributes (start value "0", min
value "1", max value "9223372036854775807", increment "1"); SQL statement:
CREATE TABLE table_type (id TINYINT NOT NULL AUTO_INCREMENT(0), name 
VARCHAR(30) NOT NULL) [90009-175]


This is a bug that was introduced when we added support for MIN/MAX/CYCLE to 
SEQUENCE.
It has been fixed in SVN.

--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to