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 "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2006/07/13 09:49:32 UTC

[jira] Updated: (DDLUTILS-26) MySQL drop foreign key

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

Thomas Dudziak updated DDLUTILS-26:
-----------------------------------

    Component: Core - MySql

> MySQL drop foreign key
> ----------------------
>
>          Key: DDLUTILS-26
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-26
>      Project: DdlUtils
>         Type: Bug

>   Components: Core - MySql
>     Reporter: Xavier TROUSSICOT
>     Assignee: Thomas Dudziak

>
> The writeExternalForeignKeyDropStmt method needs to be overriden in MySqlBuilder class :
>     protected void writeExternalForeignKeyDropStmt(Table table, ForeignKey foreignKey) throws IOException
>     {
>         writeTableAlterStmt(table);
>         print("DROP FOREIGN KEY ");
>         printIdentifier(foreignKey.getName() == null ? getConstraintName(null, table, "FK", getForeignKeyName(foreignKey)) : foreignKey.getName());
>         printEndOfStatement();
>     }

-- 
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