Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 8978 invoked from network); 13 Jul 2009 05:54:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jul 2009 05:54:56 -0000 Received: (qmail 69461 invoked by uid 500); 13 Jul 2009 05:55:06 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 69389 invoked by uid 500); 13 Jul 2009 05:55:06 -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 69380 invoked by uid 99); 13 Jul 2009 05:55:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 05:55:06 +0000 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.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 05:55:03 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id CEFED118A9 for ; Mon, 13 Jul 2009 05:54:43 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Mon, 13 Jul 2009 05:54:43 -0000 Message-ID: <20090713055443.820.29824@eos.apache.org> Subject: [Db-derby Wiki] Update of "ErandaSooriyabandara" by ErandaSooriyabandara X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by ErandaSooriyabandara: http://wiki.apache.org/db-derby/ErandaSooriyabandara ------------------------------------------------------------------------------ I used it in the top of the method, and I got the error message as, testAddColumn(org.apache.derbyTesting.functionTests.tests.lang.AlterTableTest) java.sql.SQLException: Table/View 'T0_1' already exists in Schema 'TEST_DBO'. It shows that the schema must change to default. - + It's happen after the connection.rollback() method used. This occurs may because of new connection crated. + I use connection.commit() to the row-86 to keep the tables which inserted in createTestObjects() method, when rollback() method call. It successfully ran in my flatform. === DERBY-4282 === ==== strange behavior with the "update ... where current of c1" in the CheckConstraintTest ====