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 paste the "st.executeUpdate("create table t0_1(c1 int)");" in the near above the alter
table t0_1;
But the problem was when rollback() command applied the table vanishes out and the further
coding cannot see a table named t0_1;
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'.
+ 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.
|