[ 
https://issues.apache.org/jira/browse/TORQUE-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Fox resolved TORQUE-254.
-------------------------------

    Resolution: Fixed
      Assignee: Thomas Fox
    
> views must be dropped before tables are dropped
> -----------------------------------------------
>
>                 Key: TORQUE-254
>                 URL: https://issues.apache.org/jira/browse/TORQUE-254
>             Project: Torque
>          Issue Type: Bug
>    Affects Versions: 4.0-beta1
>            Reporter: Thomas Fox
>            Assignee: Thomas Fox
>             Fix For: 4.0
>
>
> In some databases (derby), tables cannot be dropped if views still reference 
> them.
> However, the generated sql looked like
> Drop table..
> Create table..
> Drop View...
> Create View
> It should be
> Drop view..
> Drop table...
> Create Table...
> Create View...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org
For additional commands, e-mail: torque-dev-h...@db.apache.org

Reply via email to