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 "Tom Palmer (JIRA)" <ji...@apache.org> on 2010/04/25 19:53:49 UTC

[jira] Created: (DDLUTILS-257) HSQLDB treats restricted cascades as none cascades

HSQLDB treats restricted cascades as none cascades
--------------------------------------------------

                 Key: DDLUTILS-257
                 URL: https://issues.apache.org/jira/browse/DDLUTILS-257
             Project: DdlUtils
          Issue Type: Bug
          Components: Core - HSQLDB
    Affects Versions: 1.1
            Reporter: Tom Palmer
            Assignee: Thomas Dudziak


A few of the tests currently fail when run against HSQLDB. The cause of this appears to be HSQLDB's treatment of restricted cascades being functionally equal to none cascades.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DDLUTILS-257) HSQLDB treats restricted cascades as none cascades

Posted by "Tom Palmer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DDLUTILS-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Palmer updated DDLUTILS-257:
--------------------------------

    Attachment: HSQLDBCascades.patch

The attached patch simply sets CascadeActionEnum.NONE to be the same as CascadeActionEnum.RESTRICT within the HsqlDbPlatform class.

> HSQLDB treats restricted cascades as none cascades
> --------------------------------------------------
>
>                 Key: DDLUTILS-257
>                 URL: https://issues.apache.org/jira/browse/DDLUTILS-257
>             Project: DdlUtils
>          Issue Type: Bug
>          Components: Core - HSQLDB
>    Affects Versions: 1.1
>            Reporter: Tom Palmer
>            Assignee: Thomas Dudziak
>         Attachments: HSQLDBCascades.patch
>
>
> A few of the tests currently fail when run against HSQLDB. The cause of this appears to be HSQLDB's treatment of restricted cascades being functionally equal to none cascades.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.