Bug #8006 | field viewer does not allow editting a blob | ||
---|---|---|---|
Submitted: | 19 Jan 2005 11:24 | Modified: | 28 Sep 2005 15:04 |
Reporter: | bastiaan schupp | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S3 (Non-critical) |
Version: | 1.1.5 | OS: | Windows (Windows XP Home SP2) |
Assigned to: | Vladimir Kolesnikov | CPU Architecture: | Any |
[19 Jan 2005 11:24]
bastiaan schupp
[19 Jan 2005 21:09]
Michael G. Zinner
Could you paste the SQL Create table statement of the table you are trying to edit (right mousebutton on the table in the Schema Tree) and state which column you want to edit? It is possible to edit TEXT columns but it is not possible to edit BLOB columns at the moment as they could contain zeros in the middle of the string (which would terminate the string since we use C strings). So you could only edit them in the Hex Viewer which is not implemented yet. If you are editing a VARCHAR or TEXT column and this doesn't work it is indeed a bug. Thanks!
[19 Jan 2005 21:43]
bastiaan schupp
So, I was indeed trying to edit blobs which is not yet implemented according to you. This turns my bug report into an urgent feature request. In answer to your question: CREATE TABLE `Members` ( `MembID` int(10) unsigned NOT NULL auto_increment, `m_Name` varchar(50) default NULL, `m_Pict` varchar(100) default NULL, `m_RI` blob, `m_AROs` blob, `m_Bla` blob, `m_AROl` blob, `m_Appr` blob, `m_AcTF` blob, `m_FPla` blob, `m_LastMod` timestamp(14) NOT NULL, `m_cInf` blob, PRIMARY KEY (`MembID`) ) TYPE=MyISAM; Regards, B. Schupp
[20 Feb 2005 0:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[20 Feb 2005 17:15]
Aleksey Kishkin
Sorry, this bug was wrongly closed as 'no feedback' despite the fact that user provided feedback . Reopened.
[17 Mar 2005 7:39]
Jorge del Conde
Thanks for your bug report. This is clearly a bug as the documentation and the Working with Blobs tutorial says that that one can edit the contents of the fields.
[17 Mar 2005 10:52]
bastiaan schupp
Thanks for verifying. I hope you'll soon be able to solve it.
[5 May 2005 0:47]
Levander
I've got the same problem with LONGTEXT fields that the original poster had with BLOB's. I am using version 1.1.4, the build that comes with the Ubuntu Hoary Linux distribution.
[28 Sep 2005 15:04]
Vladimir Kolesnikov
Thank you for your bug report. This issue has already been fixed in the latest released version of that product, which you can download at http://www.mysql.com/downloads/ Additional info: LONGTEXT is editable, BLOBs are not
[8 Nov 2005 16:13]
Jeremy Meier
As of version 1.1.17, the documentation still says that BLOBs are editable though. Ref. section 5.6 of the help.
[18 Mar 2008 18:44]
Vu Mai
Is there any fix/patch/update that allows edit BLOB using MySQL Query Browser yet ??? Thanks.
[27 Mar 2008 16:59]
Vu Mai
Bug fixed with MySQM Query Browser version 1.2.12 in the MySQL GUI 5.0 package.