From derby-dev-return-63013-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Tue Sep 02 03:19:37 2008 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 97912 invoked from network); 2 Sep 2008 03:19:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Sep 2008 03:19:37 -0000 Received: (qmail 13599 invoked by uid 500); 2 Sep 2008 03:19:35 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 13565 invoked by uid 500); 2 Sep 2008 03:19:35 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 13554 invoked by uid 99); 2 Sep 2008 03:19:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Sep 2008 20:19:35 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 03:18:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2938E234C1C8 for ; Mon, 1 Sep 2008 20:18:46 -0700 (PDT) Message-ID: <1775125171.1220325526167.JavaMail.jira@brutus> Date: Mon, 1 Sep 2008 20:18:46 -0700 (PDT) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3408) Wrong message when using SHOW in ij. In-Reply-To: <15222216.1202835313132.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-3408: ----------------------------------- Attachment: includeSimpleTest.diff I updated the patch proposal to include a simple regression test as part of ij2.sql. Please let me know of any additional comments regarding the patch. > 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: 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.