Bug #76520 | Resultset Column & row heights don't adjust to 'ResultSetGrid Font' setting | ||
---|---|---|---|
Submitted: | 28 Mar 2015 20:15 | Modified: | 19 Jan 2017 22:25 |
Reporter: | Sam Abboushi | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S2 (Serious) |
Version: | 6.3 Community, 6.3.7 (1199 build) | OS: | Windows (W1064) |
Assigned to: | CPU Architecture: | Any |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[29 Mar 2015 4:37]
Sam Abboushi
[3 Feb 2016 21:40]
Sam Abboushi
Resultset Grid Column Headers don't expand to fit font size
Attachment: workbench.JPG (image/jpeg, text), 36.31 KiB.
[16 Feb 2017 19:29]
Georald Camposano
Don't know if one would consider this fixed. Upgraded from 6.3.8 > 6.3.9 and row heights are by default, much smaller now
Attachment: mysqlworkbench.jpg (image/jpeg, text), 8.12 KiB.
[28 Feb 2017 16:45]
Albert C
select 1, 'under_score', 'gjypq', ',.;:' UNION select 2, 'under_score', 'gjypq', ',.;:';
Attachment: mysqlwb_6.3.9_cutoff_text.png (image/png, text), 5.27 KiB.