Bug #47647 Mysql Workbrench exporting incorrectly SQL code
Submitted: 25 Sep 2009 11:30 Modified: 25 Sep 2009 11:37
Reporter: morpheu c. vb Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench Severity:S1 (Critical)
Version:5.2.3 OS:Linux (AMD64)
Assigned to: CPU Architecture:Any
Tags: Mysql Workbrench exporting incorrectly SQL code

[25 Sep 2009 11:30] morpheu c. vb
Description:
MySQL Workbrench 5.2.3 OSS is with a very serious mistake when we go to "export" SQL Create Script ... it generates the script like this: 

CREATE TABLE IF NOT EXISTS `` DEWEBAS. P_AC `` ( 
   `ID` INT NOT NULL, 
   `NO` VARCHAR (60) NOT NULL, 
   PRIMARY KEY ( `id`) 
ENGINE = InnoDB; 

In export SQL Script lacks character ")" before the ";"... Are missing the closing parenthesis ")"

How to repeat:
MySQL Workbrench 5.2.3 OSS is with a very serious mistake when we go to "export" SQL Create Script ... it generates the script like this: 

CREATE TABLE IF NOT EXISTS `` DEWEBAS. P_AC `` ( 
   `ID` INT NOT NULL, 
   `NO` VARCHAR (60) NOT NULL, 
   PRIMARY KEY ( `id`) 
ENGINE = InnoDB; 

In export SQL Script lacks character ")" before the ";"... Are missing the closing parenthesis ")"
[25 Sep 2009 11:37] Valeriy Kravchuk
This is a duplicate of Bug #47407.