Hi, If I run:
CREATE TABLE connection (id BIGINT AUTO_INCREMENT(-9223372036854775808, 1) PRIMARY KEY); I get: Syntax error in SQL statement "CREATE TABLE CONNECTION (ID BIGINT AUTO_INCREMENT(-9223372036854775808[*], 1) PRIMARY KEY)"; expected "long" I've successfully initialized all other types at their minimum values. BIGINT seems to be the only type that has a problem with this. Gili -- 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/d/optout.
