[
https://issues.apache.org/jira/browse/TORQUE-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Fox updated TORQUE-254:
------------------------------
Summary: views must be dropped before tables are dropped (was: views must
be dropped before tables are created)
> 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
> 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: [email protected]
For additional commands, e-mail: [email protected]