DB2 autoincrement ----------------- Key: DDLUTILS-18 URL: http://issues.apache.org/jira/browse/DDLUTILS-18 Project: DdlUtils Type: Bug Environment: DB2 version 8 Reporter: dan meany Assigned to: Thomas Dudziak
Reading table schema for an autoincrement column in DB2 v.8 produces: <column name="SEQ_NO" primaryKey="true" required="true" type="INTEGER" size="10" default="IDENTITY GENERATED BY DEFAULT" autoIncrement="false"/> Should be autoIncrement="true" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira