Thomas Fox created TORQUE-254: --------------------------------- Summary: views must be dropped before tables are created 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: torque-dev-unsubscr...@db.apache.org For additional commands, e-mail: torque-dev-h...@db.apache.org