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 154815 - "Backtick" quotes not recognized for quoted strings
Summary: "Backtick" quotes not recognized for quoted strings
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-05 21:38 UTC by David Vancouvering
Modified: 2009-09-17 14:26 UTC (History)
1 user (show)

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 David Vancouvering 2008-12-05 21:38:33 UTC
If you use `string` instead of 'string', this is not recognized by the SQL editor as a string - it's not given string
colorization for instance.
Comment 1 Jiri Rechtacek 2009-02-10 15:38:57 UTC
Reassigned to new owner.
Comment 2 Jiri Skrivanek 2009-09-17 14:26:44 UTC
AFAIK backtick is used in MySQL for quoting of DB objects. It cannot be used as string separator. Is there a database
server which uses it for strings?