[
https://issues.apache.org/jira/browse/DERBY-3408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Pendleton updated DERBY-3408:
-----------------------------------
Attachment: afterCodeReview.txt
Thanks for the comments Knut, those are all very useful suggestions.
I tried placing line breaks in the message at the end of each
sentence. Depending on your terminal width the lines will
still wrap, but those seemed like reasonable places to break the lines.
Please have a look at 'afterCodeReview.txt' and tell me what you think.
> 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: afterCodeReview.txt, includeSimpleTest.diff,
> suggestHelp.diff, suggestServerDocsToo.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.