This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 155079 - Wrong string-highlighting in sql editor (escaped single-quote)
Summary: Wrong string-highlighting in sql editor (escaped single-quote)
Status: RESOLVED DUPLICATE of bug 152325
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-09 21:27 UTC by chriskosystems
Modified: 2009-05-25 20:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chriskosystems 2008-12-09 21:27:04 UTC
The editor recognizes an escaped single-quote as normal string-terminator.

Example:
INSERT INTO actor(name, character) VALUES('Andreas Katsulas', 'G\'Kar');

The string-highlighting (of all following commands) behind the escaped single-quote is inverted.
Comment 1 Jiri Rechtacek 2009-02-10 15:23:18 UTC
Reassigned to new owner.
Comment 2 Jiri Rechtacek 2009-05-12 16:50:38 UTC

*** This issue has been marked as a duplicate of 152325 ***