Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 72516 invoked from network); 12 Dec 2006 21:25:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2006 21:25:46 -0000 Received: (qmail 63355 invoked by uid 500); 12 Dec 2006 21:25:54 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 63334 invoked by uid 500); 12 Dec 2006 21:25:54 -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 63322 invoked by uid 99); 12 Dec 2006 21:25:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2006 13:25:54 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2006 13:25:46 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 5F6171A981A; Tue, 12 Dec 2006 13:25:01 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r486323 - /db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/iepnegativetests_ES.out Date: Tue, 12 Dec 2006 21:25:01 -0000 To: derby-commits@db.apache.org From: myrnavl@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061212212501.5F6171A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: myrnavl Date: Tue Dec 12 13:24:59 2006 New Revision: 486323 URL: http://svn.apache.org/viewvc?view=rev&rev=486323 Log: DERBY-2143 - 1 more master/canon update, see rev 486321 for trunk. Modified: db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/iepnegativetests_ES.out Modified: db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/iepnegativetests_ES.out URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/iepnegativetests_ES.out?view=diff&rev=486323&r1=486322&r2=486323 ============================================================================== --- db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/iepnegativetests_ES.out (original) +++ db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/iepnegativetests_ES.out Tue Dec 12 13:24:59 2006 @@ -49,8 +49,8 @@ ij> --export table not found call SYSCS_UTIL.SYSCS_EXPORT_TABLE ('IEP', 'NOTABLE' , 'extinout/t1.dat' , null, null, null) ; -ERROR 38000: Se he generado la excepci EnC:>243< n 'java.sql.SQLException: La tabla 'IEP.NOTABLE' no existe.' al evaluar una expresi EnC:>243< n. -ERROR 42X05: La tabla 'IEP.NOTABLE' no existe. +ERROR 38000: Se he generado la excepci EnC:>243< n 'java.sql.SQLException: La tabla/vista 'IEP.NOTABLE' no existe.' al evaluar una expresi EnC:>243< n. +ERROR 42X05: La tabla/vista 'IEP.NOTABLE' no existe. ij> ---export schema is not valid call SYSCS_UTIL.SYSCS_EXPORT_TABLE ('XXXX', 'T1' , 'extinout/t1.dat' , null, null, null) ; @@ -135,11 +135,11 @@ ij> --import table not found call SYSCS_UTIL.SYSCS_IMPORT_TABLE ('IEP', 'NOTABLE' , 'extinout/t1.dat' , null, null, null, 0) ; -ERROR XIE0M: La tabla 'IEP.NOTABLE' no existe. +ERROR XIE0M: La tabla 'IEP.NOTABLE' no existe. ij> --import schema is not valid call SYSCS_UTIL.SYSCS_IMPORT_TABLE ('XXXX', 'T1' , 'extinout/t1.dat' , null, null, null, 0) ; -ERROR XIE0M: La tabla 'XXXX.T1' no existe. +ERROR XIE0M: La tabla 'XXXX.T1' no existe. ij> call SYSCS_UTIL.SYSCS_IMPORT_TABLE ('IEP', 'T1' , 'extinout/t1.dat' , null, null, 'INCORRECTCODESET', 0) ; ERROR 38000: Se he generado la excepci EnC:>243< n 'java.sql.SQLException: Se he generado la excepci EnC:>243< n 'java.lang.reflect.InvocationTargetException' al evaluar una expresi EnC:>243< n.' al evaluar una expresi EnC:>243< n. @@ -220,9 +220,9 @@ 0 rows inserted/updated/deleted ij> call SYSCS_UTIL.SYSCS_IMPORT_TABLE ('SESSION', 'TEMP2' , 'extinout/temp1.dat' , null, null, null, 0) ; -ERROR XIE0M: La tabla 'SESSION.TEMP2' no existe. +ERROR XIE0M: La tabla 'SESSION.TEMP2' no existe. ij> select * from session.temp2 ; -ERROR 42X05: La tabla 'SESSION.TEMP2' no existe. +ERROR 42X05: La tabla/vista 'SESSION.TEMP2' no existe. ij> commit ; ij> drop table v1; 0 rows inserted/updated/deleted @@ -314,8 +314,8 @@ ij> --import to a system table shoud fail call SYSCS_UTIL.SYSCS_IMPORT_TABLE ('SYS', 'SYSTABLES' , 'extinout/t3.dat' , ';', '^', 'utf-16', 1) ; -ERROR 38000: Se he generado la excepci EnC:>243< n 'java.sql.SQLException: 'SYS.SYSTABLES' es una tabla del sistema. Los usuarios no tienen permitido modificar el contenido de esta tabla.' al evaluar una expresi EnC:>243< n. -ERROR 42Y25: 'SYS.SYSTABLES' es una tabla del sistema. Los usuarios no tienen permitido modificar el contenido de esta tabla. +ERROR 38000: Se he generado la excepci EnC:>243< n 'java.sql.SQLException: 'SYS.SYSTABLES' es una tabla del sistema. Los usuarios no tienen permitido modificar el contenido de esta tabla.' al evaluar una expresi EnC:>243< n. +ERROR 42Y25: 'SYS.SYSTABLES' es una tabla del sistema. Los usuarios no tienen permitido modificar el contenido de esta tabla. ij> ---not supported by db2 cloudscape import/export create table ntype(a int , ct CLOB(1024)); 0 rows inserted/updated/deleted @@ -323,18 +323,18 @@ 0 rows inserted/updated/deleted ij> call SYSCS_UTIL.SYSCS_EXPORT_TABLE ('IEP', 'NTYPE' , 'extinout/ntype.dat' , null, null, null) ; -ERROR XIE0B: La columna CT de la tabla de tipo CLOB, no est EnC:>225< soportada por la funci EnC:>243< n import/export. +ERROR XIE0B: La columna CT de la tabla de tipo CLOB, no est EnC:>225< soportada por la funci EnC:>243< n import/export. ij> call SYSCS_UTIL.SYSCS_EXPORT_QUERY('select * from iep.ntype1', EnC:>9< EnC:>9< EnC:>9< EnC:>9< 'extinout/ntype.dat' , null, null, null) ; -ERROR XIE0B: La columna BT de la tabla de tipo BLOB, no est EnC:>225< soportada por la funci EnC:>243< n import/export. +ERROR XIE0B: La columna BT de la tabla de tipo BLOB, no est EnC:>225< soportada por la funci EnC:>243< n import/export. ij> call SYSCS_UTIL.SYSCS_IMPORT_TABLE ('IEP', 'NTYPE' , 'extinout/ntype.dat' , null, null, null, 0) ; -ERROR XIE0B: La columna CT de la tabla de tipo CLOB, no est EnC:>225< soportada por la funci EnC:>243< n import/export. +ERROR XIE0B: La columna CT de la tabla de tipo CLOB, no est EnC:>225< soportada por la funci EnC:>243< n import/export. ij> call SYSCS_UTIL.SYSCS_IMPORT_DATA('IEP', 'NTYPE1' , null , null, 'extinout/ntype.dat' , null, null, null, 0) ; -ERROR XIE0B: La columna BT de la tabla de tipo BLOB, no est EnC:>225< soportada por la funci EnC:>243< n import/export. +ERROR XIE0B: La columna BT de la tabla de tipo BLOB, no est EnC:>225< soportada por la funci EnC:>243< n import/export. ij> --import should aquire a lock on the table create table parent(a int not null primary key); 0 rows inserted/updated/deleted