Bug #47328 Forward Engineer doesn't completely omit Schema Qualifier when option selected
Submitted: 15 Sep 2009 13:26 Modified: 15 Sep 2009 13:36
Reporter: sam west Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:5.2.2 OS:MacOS (10.5.8)
Assigned to: CPU Architecture:Any

[15 Sep 2009 13:26] sam west
Description:
Forward Engineer doesn't completely omit Schema Qualifier when option selected. 

Although it does remove it from the CREATE TABLE definitions. It doesn't remove it from the DROP TABLE definitions. e.g.

...
DROP TABLE IF EXISTS `linktech_cwsdev`.`contact_info` ;

CREATE  TABLE IF NOT EXISTS `contact_info` (
  `id` SMALLINT UNSIGNED NOT NULL AUTO_INCREMENT ,
...

How to repeat:
1) Create Schema
2) Forward Engineer SQL
3) Check "Omit Schema Qualifier in Object Names"
4) Continue...
[15 Sep 2009 13:36] Valeriy Kravchuk
This is a duplicate of bug #46837.