ALTER TABLE ... ADD COLUMN cannot add identity columns
------------------------------------------------------
Key: DERBY-3888
URL: https://issues.apache.org/jira/browse/DERBY-3888
Project: Derby
Issue Type: Improvement
Components: SQL
Affects Versions: 10.4.2.0
Reporter: Knut Anders Hatlen
Priority: Minor
ALTER TABLE .. ADD COLUMN cannot be used to add an identity column. There is
code to handle identity columns, but it is disabled in the parser. See this
thread on derby-user:
http://mail-archives.apache.org/mod_mbox/db-derby-user/200708.mbox/[EMAIL
PROTECTED]
The code was disabled for DB2 compatibility. Since DB2 compatibility is not a
goal for Derby, we should see if we could re-enable it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.