After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 305958 - SQL syntax highlighting doesn't deal with escaped quotes (\')
SQL syntax highlighting doesn't deal with escaped quotes (\')
Status: RESOLVED FIXED
Product: gtksourceview
Classification: Platform
Component: Syntax files
1.1.x
Other Linux
: Normal normal
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-30 19:58 UTC by Loïc Minier
Modified: 2005-07-23 11:02 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Loïc Minier 2005-05-30 19:58:34 UTC
Distribution/Version: Debian/sid

Adam Majer reported in Debian bug http://bugs.debian.org/311124 that SQL syntax
highlighting doesn't deal with escaped quotes such as \' correctly.

It seems that adding:
<escape-char>\</escape-char>
to the SQL syntax file is enough, but I don't have enough SQL and syntax files
knowledge to affirm this.

Regards,
Comment 1 Paolo Maggi 2005-06-23 19:00:05 UTC
Fixed in CVS HEAD.
Comment 2 Teppo Turtiainen 2005-07-23 11:02:22 UTC
According to the comment this has been fixed. Closing, please reopen if this is
not the case.