Bug #46837 | Omit Schema Qualifiers does not omit schema name in all places | ||
---|---|---|---|
Submitted: | 20 Aug 2009 17:37 | Modified: | 25 Mar 2010 17:27 |
Reporter: | Sean Parr | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 5.1, 5.2.2 | OS: | Any (XP Pro SP2, Mac OS X) |
Assigned to: | CPU Architecture: | Any | |
Tags: | drop table, omit schema qualifiers, Use |
[20 Aug 2009 17:37]
Sean Parr
[21 Aug 2009 3:26]
Susanne Ebrecht
Many thanks for writing a bug report. Verified as described by using 5.1.17
[15 Sep 2009 13:37]
Valeriy Kravchuk
Bug #47328 was marked as a duplicate of this one.
[23 Feb 2010 9:40]
Andrea Bergamasco
This bug persists in 5.2.16 beta on Windows XP SP3
[16 Mar 2010 17:36]
Michael Pritchard
Also applies for INSERT statements. Add some default inserts for table in the model, then when exporting select "Omit Schema Qualifier in Object Names" and check "Generate INSERT Statements for Tables". The exported inserts have INSERT INTO `SchemaQualifier`.`TableName` ... On 5.2.16 Revision 5249, Windows Vista SP2
[24 Mar 2010 10:25]
Johannes Taxacher
The issues have been fixed in repository
[25 Mar 2010 17:27]
Tony Bedford
An entry has been added to the 5.2.17 changelog: When using the option Omit Schemata Qualifier in Object Names in the Forward Engineer dialog, the schema name still appeared in DROP, CREATE SCHEMA, INSERT and USE statements. The schema name also appeared in the table comments.