Bug #59290 | blob shows up everywhere | ||
---|---|---|---|
Submitted: | 4 Jan 2011 20:07 | Modified: | 15 Jan 2014 19:29 |
Reporter: | James Richardson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 5.2.31 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[4 Jan 2011 20:07]
James Richardson
[5 Jan 2011 19:42]
Edwin DeSouza
We are very focused on usability. And, there is always room for improvement. Perhaps you want to talk to other users on the MySQL Workbench Forums: http://forums.mysql.com/index.php?151 Some Tweets: http://wb.mysql.com/?page_id=724
[26 Jan 2011 18:03]
Johannes Taxacher
workbench currently only offers an editor/viewer opened as separate dialog to show/edit blob data. We're planning to improve that. currently you can only use right-click on a cell and choose "open in viewer/editor".
[12 Sep 2011 9:14]
Lauri Peltonen
A regular date field is also rendered as a blob if you do calculations on it: SELECT IF(1 = 1, FIELD, FIELD) from TABLE Without the IF it shows just fine as a date field. This is rather irritating as I can't calculate the date to become truly blob anyway.
[15 Jan 2014 19:29]
Philip Olson
It appears this is related to the "Treat BINARY/VARBINARY as nonbinary character string" setting, which was fixed in 5.2.43. This bug was combined with that fix, which is Bug #56642 / #11763872. Thank you for the bug report.