DROP COLUMN doesn't work with firebird and interbase
----------------------------------------------------
Key: DDLUTILS-79
URL: http://issues.apache.org/jira/browse/DDLUTILS-79
Project: DdlUtils
Type: Bug
Components: Core
Environment: firebird 1.5
Reporter: Renaud Michel
Assigned to: Thomas Dudziak
Priority: Minor
For dropping a column, firebird and interbase doesn't accept the COLUMN
keywork, you should write
ALTER TABLE tbl DROP col
instead of
ALTER TABLE tbl DROP COLUMN col
--
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