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 106822 - mysql query can not be parsed
Summary: mysql query can not be parsed
Status: RESOLVED DUPLICATE of bug 107172
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: _ jimdavidson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-15 15:02 UTC by Alexey Butenko
Modified: 2008-11-18 13:08 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 Alexey Butenko 2007-06-15 15:02:59 UTC
NB IDE Dev 070613

When opening query editor with some mysql table by click on Design Query... from popup menu of that table in Services -> Databases node,
Lexical error appears and query can not be parsed.
Comment 1 _ jimdavidson 2007-06-15 17:45:17 UTC
There is a problem here, specific to MySQL.  Will investigate.
Comment 2 _ jimdavidson 2007-06-15 18:07:55 UTC
The problem is that MySQL uses backquote (`) to surround delimited identifiers, instead of the standard double quote
(").  Will need to add some code to deal with that.

This will also be addressed as we revisit our policy for quoting identifiers in general, which is another issue.
Comment 3 _ jimdavidson 2007-06-24 06:59:42 UTC

*** This issue has been marked as a duplicate of 107172 ***
Comment 4 Petr Blaha 2008-11-18 13:08:01 UTC
Move visualsqleditor subcomponents below visualweb