You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ma...@apache.org on 2003/07/25 02:19:13 UTC

cvs commit: db-ojb/src/test/org/apache/ojb repository_junit.xml

mattbaird    2003/07/24 17:19:12

  Modified:    src/schema ojbtest-schema.xml
               src/test/org/apache/ojb repository_junit.xml
  Log:
  replace DESC with DESCRIPTION. DESC is a reserved word in some DB's
  
  Revision  Changes    Path
  1.44      +1 -1      db-ojb/src/schema/ojbtest-schema.xml
  
  Index: ojbtest-schema.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/schema/ojbtest-schema.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- ojbtest-schema.xml	24 Jul 2003 21:55:03 -0000	1.43
  +++ ojbtest-schema.xml	25 Jul 2003 00:19:12 -0000	1.44
  @@ -774,7 +774,7 @@
            javaName="OtmAddressDesc">
       <column name="ID" required="true" primaryKey="true" type="INTEGER"
               javaName="id"/>
  -    <column name="DESC" type="VARCHAR" size="60"
  +    <column name="DESCRIPTION" type="VARCHAR" size="60"
               javaName="desc"/>
       <column name="PERSON_ID" type="INTEGER" required="true"
               javaName="personId" />
  
  
  
  1.82      +1 -1      db-ojb/src/test/org/apache/ojb/repository_junit.xml
  
  Index: repository_junit.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/repository_junit.xml,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- repository_junit.xml	24 Jul 2003 21:55:04 -0000	1.81
  +++ repository_junit.xml	25 Jul 2003 00:19:12 -0000	1.82
  @@ -4506,7 +4506,7 @@
         />
         <field-descriptor
            name="desc"
  -         column="DESC"
  +         column="DESCRIPTION"
            jdbc-type="VARCHAR"
         />
         <field-descriptor
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org