syscat.sql test failing due to change in size of a system table's column from 
VARCHAR(30) to VARCHAR(128)
---------------------------------------------------------------------------------------------------------

         Key: DERBY-1022
         URL: http://issues.apache.org/jira/browse/DERBY-1022
     Project: Derby
        Type: Bug
  Components: Regression Test Failure  
    Reporter: Daniel John Debrunner


Partial diff

*** Start: syscat jdk1.4.2 DerbyNetClient derbynetmats:derbynetmats 2006-02-21 1
4:01:08 ***
157 del
< SYSCOLPERMS |GRANTEE |1 |VARCHAR(30) NOT NULL






158 del
< SYSCOLPERMS |GRANTOR |2 |VARCHAR(30) NOT NULL






158a157,158
> SYSCOLPERMS |GRANTEE |1 |VARCHAR(128) NOT NULL






> SYSCOLPERMS |GRANTOR |2 |VARCHAR(128) NOT NULL



-- 
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

Reply via email to