You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Myrna van Lunteren (JIRA)" <de...@db.apache.org> on 2006/04/14 09:09:01 UTC

[jira] Commented: (DERBY-1220) syntax errors with ibm15 on zOS in a number of lang tests

    [ http://issues.apache.org/jira/browse/DERBY-1220?page=comments#action_12374479 ] 

Myrna van Lunteren commented on DERBY-1220:
-------------------------------------------

For example, a section of the diff for altertable.sql:
------------------------------------------------------------
771 del
< ERROR 42X85: Constraint 'BADSCHEMA.NEWCONS'is required to be in the same schema as table 'X'.
771a771
> ERROR 42X01: Syntax error: Encountered "d" at line 1, column 6.
773a774,777
> ERROR 42X01: Syntax error: Encountered "o" at line 1, column 6.
> ij> create table x (x int not null, y int not null);
> ERROR X0Y32: Table/View 'X' already exists in Schema 'APP'.
> ij> alter table x add constraint con check (x > 1);
775,778d778
< ij> create table x (x int not null, y int not null);
< 0 rows inserted/updated/deleted
< ij> alter table x add constraint con check (x > 1);
< 0 rows inserted/updated/deleted
791 del
< ERROR 42X86: ALTER TABLE failed. There is no constraint 'EMPTYSCHEMA.CON' on t
able 'APP.X'.
791a791
> ERROR 42X01: Syntax error: Encountered "il" at line 1, column 6.
-----------------------------------------------


> syntax errors with ibm15 on zOS in a number of lang tests
> ---------------------------------------------------------
>
>          Key: DERBY-1220
>          URL: http://issues.apache.org/jira/browse/DERBY-1220
>      Project: Derby
>         Type: Bug

>   Components: Regression Test Failure
>     Versions: 10.2.0.0
>  Environment: ibm15 zOS
>     Reporter: Myrna van Lunteren
>     Assignee: Myrna van Lunteren

>
> The following tests fail with unexpected syntax errors that do not occur with ibm14 on zOS:
> derbylang/derbylang.fail:lang/altertable.sql
> derbylang/derbylang.fail:lang/floattypes.sql
> This may still be a test issue, or a jvm issue, further research is needed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira