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

Summary: "Backtick" quotes not recognized for quoted strings
Product: db Reporter: David Vancouvering <davidvc>
Component: SQL EditorAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED INVALID    
Severity: blocker CC: romanmostyka
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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?