Bug #60566 | No way to sort schemas on export | ||
---|---|---|---|
Submitted: | 21 Mar 2011 14:06 | Modified: | 4 Sep 2012 21:06 |
Reporter: | Kevin Swift | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S3 (Non-critical) |
Version: | 5.2.31CE | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[21 Mar 2011 14:06]
Kevin Swift
[21 Mar 2011 15:10]
Valeriy Kravchuk
Sounds like a reasonable feature request.
[21 Mar 2011 15:25]
Peter Laursen
The proposed implementation is not a solution for 'views built on views'. WB will need to do as 'msyqldump' (and other decent client SQL-based backup softwares) do: create an 'intermediate* table for a view and later dropping it. it is the only solution as long as 'view checks' cannot be turned off server side.
[4 Sep 2012 21:06]
Philip Olson
Fixed as of the upcoming WB 5.2.45, and here's the changelog entry: It was not possible to sort schemas while exporting. Thank you for the report.