Bug #24647 Escape character "\" isn't recognised in field comments inside script tabs.
Submitted: 28 Nov 2006 8:51 Modified: 29 Dec 2006 8:15
Reporter: Paolo Mazzoni Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.1.20 OS:Windows (Windows XP Professional)
Assigned to: CPU Architecture:Any

[28 Nov 2006 8:51] Paolo Mazzoni
Description:
Escape character "\" isn't recognised in field comments inside script tabs.
So the next query isn't recognized.

For example "isn\'t" have to be replaced manually by "isn''t" or the
query is parsed by the Query Browser merged with the following query
giving an error on execution.

How to repeat:
Try to execute these 2 queries:

ALTER TABLE `tblcontratto` MODIFY COLUMN `Data` DATE COMMENT 'Data in cui viene inserita la pratica, secondo l\'utente';
ALTER TABLE `tblcontratto` MODIFY COLUMN `Data` DATE;

The second query is only to show that isn't recognized as a new query.
[28 Nov 2006 8:52] Valeriy Kravchuk
Thank you fora problem report. Please, try to repeat with a newer version, 1.2.6 beta (from GUI Tools 5.0r6), and inform about the results.
[29 Dec 2006 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".
[29 Dec 2006 8:15] Paolo Mazzoni
Ops, sorry for the late,
the new version is not affected by the bug.
So we can close this submission.
Tnx and bye