Bug #50324 Syntax Highlight escape problem within Sql Editor
Submitted: 14 Jan 2010 10:22 Modified: 27 Apr 2010 14:14
Reporter: pedro oriani Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.11 OSS Beta r4842 OS:Windows
Assigned to: Sergei Tkachenko CPU Architecture:Any

[14 Jan 2010 10:22] pedro oriani
Description:
Sql Editor syntax highlight don't recognize properly  escape of apostrophe (')

How to repeat:
Within Sql Editor type a query like SELECT '\'' FROM DUAL;
[14 Jan 2010 13:00] Johannes Taxacher
could verify that on windows versions. mac/linux versions show correct highlighting in such case.
[26 Apr 2010 20:13] Johannes Taxacher
fix confirmed in repository
[27 Apr 2010 14:14] Tony Bedford
An entry has been added to the 5.2.20 changelog:

SQL Editor syntax highlighting did not correctly recognize escaping of the single quote character ('). Queries such as SELECT '\'' FROM DUAL; were therefore not highlighted correctly.