Bug #55851 LONG VARCHAR INCORECT HANDLED
Submitted: 9 Aug 2010 17:41 Modified: 28 Sep 2010 23:02
Reporter: Petronel Laviniu Malutan Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S2 (Serious)
Version:5.2.26 OS:Windows
Assigned to: Assigned Account CPU Architecture:Any

[9 Aug 2010 17:41] Petronel Laviniu Malutan
Description:
A table with long varchar is sent to FORWARD ENGINEER without commas ' as seen bellow

Please check and correct !

INSERT INTO `netronel_askeet`.`question` (`id`, `user_id`, `title`, `body`, `created_at`, `updated_at`) VALUES ('1', '1', Ce trebuie, Eu ma enervez, '2010-07-30 11:16:02', '2010-07-30 11:16:02')

How to repeat:
A table with long varchar is sent to FORWARD ENGINEER without commas ' as seen bellow

Please check and correct !

INSERT INTO `netronel_askeet`.`question` (`id`, `user_id`, `title`, `body`, `created_at`, `updated_at`) VALUES ('1', '1', Ce trebuie, Eu ma enervez, '2010-07-30 11:16:02', '2010-07-30 11:16:02')

Suggested fix:
A table with long varchar is sent to FORWARD ENGINEER without commas ' as seen bellow

Please check and correct !

INSERT INTO `netronel_askeet`.`question` (`id`, `user_id`, `title`, `body`, `created_at`, `updated_at`) VALUES ('1', '1', Ce trebuie, Eu ma enervez, '2010-07-30 11:16:02', '2010-07-30 11:16:02')
[28 Sep 2010 23:02] Alfredo Kojima
This is a duplicate of bug #56710