I am using version 3.01, and plan to upgrade (sooner or later 🙂 ) to a newer version of SQLyog. I have been waiting until the Max version comes out…
Anyway, I have an issue with a table that has an int key and four BLOB fields. When I go to Insert/Update Table, and edit just one of the fields by click on the edit link in the row, the other 3 BLOB fields get NULLed out, unless I go into each BLOB field and just hit OK on each one. This bug has zapped me a number of times now and I was wondering if it has been fixed in a later version, or if there is a work around.
BTW, if I do a simple update statement in the Query window for the same update like so:
UPDATE MyTable SET Blob3 = 'Some changes'
the statement works fine and the other fields are no NULLed out.
Much appreciative of a great software product…
Jay Pipes