MySQL Forums
Forum List  »  MySQL Workbench

Re: How do I control the order of the output statements in the export?
Posted by: Michael G. Zinner
Date: October 06, 2008 11:22AM

Paul,

could I ask you to create a bug report on bugs.mysql.com for that and attach the model file and SQL script that has this problem?

When exporting, WB should create "placeholder" tables in the SQL script before creating the actual views in order to work around possible dependency issues. This is the same approach mysqldump uses.

That means you should not need to care about the order of your views when modeling. If that is not working for some reason, it is simply a bug that needs to be fixed.

Mike

Michael Zinner, Team Lead, Developer Tools
MySQL AB, www.mysql.com

Are you MySQL certified? www.mysql.com/certification

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How do I control the order of the output statements in the export?
2198
October 06, 2008 11:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.