Bug #73234 | "form editor" cuts long text short | ||
---|---|---|---|
Submitted: | 8 Jul 2014 15:04 | Modified: | 25 Aug 2014 21:05 |
Reporter: | Karo S | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
Version: | 6.1.7.11891 bulid 1788 | OS: | Windows (7) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Form Editor |
[8 Jul 2014 15:04]
Karo S
[8 Jul 2014 18:20]
MySQL Verification Team
Thank you for the bug report. I couldn't repeat please provide a screenshot of the issue reported. Thanks.
[9 Jul 2014 5:57]
MySQL Verification Team
Hello Karo, Thank you for the report. Verified as described. Thanks, Umesh
[9 Jul 2014 6:00]
MySQL Verification Team
How to repeat: // Create schema create database if not exists test; use test; drop table if exists bug73234; create table bug73234(id int not null auto_increment primary key, bug varchar(500))engine=innodb; insert into bug73234(bug) values(repeat('A',300)); // WB-> use test; SELECT * FROM test.bug73234; Navigate to "Form Editor" Observed that first 254 chars displayed + 3 DOTS(257).
[25 Aug 2014 21:05]
Philip Olson
Fixed as of the upcoming MySQL Workbench 6.2.2 release, and here's the changelog entry: The form editor would only display up to 250 characters. Thank you for the bug report.