You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by jt...@apache.org on 2006/09/07 19:26:02 UTC

svn commit: r441143 - in /db/derby/docs/trunk/src: pt_BR/ref/crefsqlj22771.dita ref/crefsqlj22771.dita

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 <Ma...@Sun.COM>.

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&gt; <b>execute p1;</b>
-ERROR 42X05: Table 'MINHA_TABELA' does not exist.</codeblock>
+ERROR 42X05: Table/View 'MINHA_TABELA' does not exist.</codeblock>
 </p>
 </conbody>
 </concept>

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&gt; <b>execute p1;</b>
-ERROR 42X05: Table 'MYTABLE' does not exist.</codeblock></p>
+ERROR 42X05: Table/View 'MYTABLE' does not exist.</codeblock></p>
 </conbody>
 </concept>