Index: src/sql/derby/datastoreidentity/schema5.sql =================================================================== --- src/sql/derby/datastoreidentity/schema5.sql (Revision 389821) +++ src/sql/derby/datastoreidentity/schema5.sql (Arbeitskopie) @@ -9,7 +9,6 @@ -- mylib ------------------------- -DROP TABLE PCRect; DROP TABLE PCPoint; CREATE TABLE PCPoint ( @@ -20,10 +19,3 @@ CONSTRAINT PCPNT_CONST PRIMARY KEY (DATASTORE_IDENTITY) ); -CREATE TABLE PCRect ( - DATASTORE_IDENTITY BIGINT NOT NULL GENERATED ALWAYS AS IDENTITY, - ID BIGINT, - UPPER_LEFT BIGINT REFERENCES PCPoint NOT NULL, - LOWER_RIGHT BIGINT REFERENCES PCPoint NOT NULL, - CONSTRAINT PCRCT_CONST PRIMARY KEY (DATASTORE_IDENTITY) -); Index: src/sql/derby/datastoreidentity/schema6.sql =================================================================== --- src/sql/derby/datastoreidentity/schema6.sql (Revision 389821) +++ src/sql/derby/datastoreidentity/schema6.sql (Arbeitskopie) @@ -9,7 +9,6 @@ -- mylib ------------------------- -DROP TABLE PCRect; DROP TABLE PCPoint; CREATE TABLE PCPoint ( @@ -20,10 +19,3 @@ CONSTRAINT PCPNT_CONST PRIMARY KEY (DATASTORE_IDENTITY) ); -CREATE TABLE PCRect ( - DATASTORE_IDENTITY BIGINT NOT NULL GENERATED ALWAYS AS IDENTITY, - ID BIGINT, - UPPER_LEFT BIGINT REFERENCES PCPoint NOT NULL, - LOWER_RIGHT BIGINT REFERENCES PCPoint NOT NULL, - CONSTRAINT PCRCT_CONST PRIMARY KEY (DATASTORE_IDENTITY) -); Index: src/sql/derby/datastoreidentity/schema7.sql =================================================================== --- src/sql/derby/datastoreidentity/schema7.sql (Revision 389821) +++ src/sql/derby/datastoreidentity/schema7.sql (Arbeitskopie) @@ -9,7 +9,6 @@ -- mylib ------------------------- -DROP TABLE PCRect; DROP TABLE PCPoint; CREATE TABLE PCPoint ( @@ -20,10 +19,3 @@ CONSTRAINT PCPNT_CONST PRIMARY KEY (DATASTORE_IDENTITY) ); -CREATE TABLE PCRect ( - DATASTORE_IDENTITY BIGINT NOT NULL GENERATED ALWAYS AS IDENTITY, - ID BIGINT, - UPPER_LEFT BIGINT REFERENCES PCPoint NOT NULL, - LOWER_RIGHT BIGINT REFERENCES PCPoint NOT NULL, - CONSTRAINT PCRCT_CONST PRIMARY KEY (DATASTORE_IDENTITY) -); Index: src/sql/derby/applicationidentity/schema5.sql =================================================================== --- src/sql/derby/applicationidentity/schema5.sql (Revision 389821) +++ src/sql/derby/applicationidentity/schema5.sql (Arbeitskopie) @@ -9,7 +9,6 @@ -- mylib ------------------------- -DROP TABLE PCRect; DROP TABLE PCPoint; CREATE TABLE PCPoint ( @@ -19,9 +18,3 @@ CONSTRAINT PCPNT_CONST PRIMARY KEY (ID) ); -CREATE TABLE PCRect ( - ID BIGINT NOT NULL, - UPPER_LEFT BIGINT REFERENCES PCPoint NOT NULL, - LOWER_RIGHT BIGINT REFERENCES PCPoint NOT NULL, - CONSTRAINT PCRCT_CONST PRIMARY KEY (ID) -); Index: src/sql/derby/applicationidentity/schema6.sql =================================================================== --- src/sql/derby/applicationidentity/schema6.sql (Revision 389821) +++ src/sql/derby/applicationidentity/schema6.sql (Arbeitskopie) @@ -9,7 +9,6 @@ -- mylib ------------------------- -DROP TABLE PCRect; DROP TABLE PCPoint; CREATE TABLE PCPoint ( @@ -19,9 +18,3 @@ CONSTRAINT PCPNT_CONST PRIMARY KEY (ID) ); -CREATE TABLE PCRect ( - ID BIGINT NOT NULL, - UPPER_LEFT BIGINT REFERENCES PCPoint NOT NULL, - LOWER_RIGHT BIGINT REFERENCES PCPoint NOT NULL, - CONSTRAINT PCRCT_CONST PRIMARY KEY (ID) -); Index: src/sql/derby/applicationidentity/schema7.sql =================================================================== --- src/sql/derby/applicationidentity/schema7.sql (Revision 389821) +++ src/sql/derby/applicationidentity/schema7.sql (Arbeitskopie) @@ -9,7 +9,6 @@ -- mylib ------------------------- -DROP TABLE PCRect; DROP TABLE PCPoint; CREATE TABLE PCPoint ( @@ -19,9 +18,3 @@ CONSTRAINT PCPNT_CONST PRIMARY KEY (ID) ); -CREATE TABLE PCRect ( - ID BIGINT NOT NULL, - UPPER_LEFT BIGINT REFERENCES PCPoint NOT NULL, - LOWER_RIGHT BIGINT REFERENCES PCPoint NOT NULL, - CONSTRAINT PCRCT_CONST PRIMARY KEY (ID) -); Index: src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard5.orm =================================================================== --- src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard5.orm (Revision 389821) +++ src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard5.orm (Arbeitskopie) @@ -13,50 +13,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard6.orm =================================================================== --- src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard6.orm (Revision 389821) +++ src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard6.orm (Arbeitskopie) @@ -12,50 +12,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard7.orm =================================================================== --- src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard7.orm (Revision 389821) +++ src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard7.orm (Arbeitskopie) @@ -12,50 +12,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard5.orm =================================================================== --- src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard5.orm (Revision 389821) +++ src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard5.orm (Arbeitskopie) @@ -12,47 +12,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard6.orm =================================================================== --- src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard6.orm (Revision 389821) +++ src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard6.orm (Arbeitskopie) @@ -11,47 +11,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard7.orm =================================================================== --- src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard7.orm (Revision 389821) +++ src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard7.orm (Arbeitskopie) @@ -11,47 +11,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -