Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 56911 invoked from network); 7 Sep 2006 17:26:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 17:26:25 -0000 Received: (qmail 36665 invoked by uid 500); 7 Sep 2006 17:26:24 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 36640 invoked by uid 500); 7 Sep 2006 17:26:24 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 36629 invoked by uid 99); 7 Sep 2006 17:26:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 10:26:24 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 10:26:23 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id CA8ED1A981A; Thu, 7 Sep 2006 10:26:02 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r441143 - in /db/derby/docs/trunk/src: pt_BR/ref/crefsqlj22771.dita ref/crefsqlj22771.dita Date: Thu, 07 Sep 2006 17:26:02 -0000 To: derby-commits@db.apache.org From: jta@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060907172602.CA8ED1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jta Date: Thu Sep 7 10:26:02 2006 New Revision: 441143 URL: http://svn.apache.org/viewvc?view=rev&rev=441143 Log: DERBY-1072 : Corrected error message for SQL state 42X05 in an example in the Reference Guide. Patch 1072doc_v1.diff contributed by Mayuresh Nirhali . Modified: db/derby/docs/trunk/src/pt_BR/ref/crefsqlj22771.dita db/derby/docs/trunk/src/ref/crefsqlj22771.dita Modified: db/derby/docs/trunk/src/pt_BR/ref/crefsqlj22771.dita URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/pt_BR/ref/crefsqlj22771.dita?view=diff&rev=441143&r1=441142&r2=441143 ============================================================================== --- db/derby/docs/trunk/src/pt_BR/ref/crefsqlj22771.dita (original) +++ db/derby/docs/trunk/src/pt_BR/ref/crefsqlj22771.dita Thu Sep 7 10:26:02 2006 @@ -89,7 +89,7 @@ -- e desta vez a tentativa de recompilar -- na hora de executar vai falhar ij> execute p1; -ERROR 42X05: Table 'MINHA_TABELA' does not exist. +ERROR 42X05: Table/View 'MINHA_TABELA' does not exist.

Modified: db/derby/docs/trunk/src/ref/crefsqlj22771.dita URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/crefsqlj22771.dita?view=diff&rev=441143&r1=441142&r2=441143 ============================================================================== --- db/derby/docs/trunk/src/ref/crefsqlj22771.dita (original) +++ db/derby/docs/trunk/src/ref/crefsqlj22771.dita Thu Sep 7 10:26:02 2006 @@ -80,7 +80,7 @@ -- and this time the attempt to recompile it -- upon execution will fail ij> execute p1; -ERROR 42X05: Table 'MYTABLE' does not exist.

+ERROR 42X05: Table/View 'MYTABLE' does not exist.