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:00 UTC

[jira] Created: (DDLUTILS-79) DROP COLUMN doesn't work with 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
 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


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

Posted by "Renaud Michel (JIRA)" <ji...@apache.org>.
     [ 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


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

Posted by "Thomas Dudziak (JIRA)" <ji...@apache.org>.
     [ 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


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

Posted by "Thomas Dudziak (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DDLUTILS-79?page=all ]

Thomas Dudziak updated DDLUTILS-79:
-----------------------------------

    Component: Core - Firebird
               Core - Interbase
                   (was: Core (No specific database))

> 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 - Firebird, Core - Interbase
>  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