[ http://issues.apache.org/jira/browse/DDLUTILS-79?page=all ]
     
Thomas Dudziak resolved DDLUTILS-79:
------------------------------------

    Resolution: Fixed

> 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
>     Assignee: Thomas Dudziak
>     Priority: Minor
>  Attachments: drop.patch
>
> 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

Reply via email to