[
https://issues.apache.org/jira/browse/DERBY-3408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616895#action_12616895
]
Bryan Pendleton commented on DERBY-3408:
----------------------------------------
Thanks for the feedback! I like the idea of broadening the suggestion message
to also suggest referring to the reference docs for SQL syntax. I agree that
putting
the complete SQL syntax in IJ's help would be problematic; in addition to the
issues mentioned, the IJ client can be used with a range of different versions
of the Derby server, each with its own particular version-specific dialect of
supported SQL.
> Wrong message when using SHOW in ij.
> ------------------------------------
>
> Key: DERBY-3408
> URL: https://issues.apache.org/jira/browse/DERBY-3408
> Project: Derby
> Issue Type: Bug
> Components: SQL
> Reporter: Jazarine Jamal
> Assignee: Bryan Pendleton
> Priority: Minor
> Attachments: suggestHelp.diff
>
>
> When running the show command using ij, it gives out a wrong message.
> eg.:
> ij> show schema;
> ERROR 42X01: Syntax error: Encountered "show" at line 2, column 1.
> The message should be something like:
> Syntax error: Encountered "schema" at line 2,column 1:no such thing as
> "schema"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.