| Summary: | Open "incorrect" file with SQL Query Builder - get org.eclipse.datatools.sqltools.parsers.sql.SQLParserException: Unable to parse the input: "SELECT *;". | ||
|---|---|---|---|
| Product: | [Tools] Data Tools | Reporter: | Vitali Yemialyanchyk <vyemialyanchyk> |
| Component: | SQL Query Builder | Assignee: | dtp.sqldevtools-inbox <dtp.sqldevtools-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | bpayton, vyemialyanchyk |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Vitali Yemialyanchyk
It's giving you correct output, since "SELECT *" is not valid SQL. If you provide a complete SQL statement, the Builder should open on it. By the way, the SQL Builder does support the incomplete statement "SELECT * FROM". I should note that the SQL Builder allows the SQL fragment SELECT * FROM because that is one of the initial statement templates that it uses when starting a statement from scratch (along with INSERT INTO and other templates for the DML statements the SQL Builder supports). Resolving as works as designed. |