You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by "Renaud Michel (JIRA)" <ji...@apache.org> on 2006/03/14 11:36:03 UTC

[jira] Updated: (DDLUTILS-79) DROP COLUMN doesn't work with firebird and interbase

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

Renaud Michel updated DDLUTILS-79:
----------------------------------

    Attachment: drop.patch

path that implement writeColumnDropStmt for firebird and interbase

> 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