Bug #52222 \ ecep char
Submitted: 19 Mar 2010 14:35 Modified: 19 Apr 2010 14:50
Reporter: aakash patel Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:win 7 OS:Windows
Assigned to: CPU Architecture:Any
Tags: / BACKSLASH_ESCAPES

[19 Mar 2010 14:35] aakash patel
Description:
It is recognize as BACKSLASH_ESCAPES but editor is not changing its color to indicate it.

we are facing trouble while using it.

How to repeat:
select 'aakash\'s';

select * from table;

change in color

select <red>'aakash\'</red><black>s</black><red>';

select * from table;</red>

Suggested fix:
select <red>'aakash\'s'<red>;

select * from table;
[19 Mar 2010 14:50] Valeriy Kravchuk
What exact version of MySQL Workbench, 5.x.y, do you use? I do not see this problem on 5.2.16.
[19 Apr 2010 23: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".