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 ol...@apache.org on 2004/03/04 23:38:21 UTC

cvs commit: db-ojb/src/schema ojbtest-schema.xml

olegnitz    2004/03/04 14:38:21

  Modified:    src/schema ojbtest-schema.xml
  Log:
  New test from Joerg
  
  Revision  Changes    Path
  1.68      +4 -0      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.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- ojbtest-schema.xml	29 Feb 2004 15:06:34 -0000	1.67
  +++ ojbtest-schema.xml	4 Mar 2004 22:38:21 -0000	1.68
  @@ -1134,12 +1134,16 @@
            javaName="OtmPerson2">
       <column name="ID" required="true" primaryKey="true" type="INTEGER"
               javaName="id"/>
  +    <column name="NAME" type="VARCHAR" size="60"
  +            javaName="name"/>
     </table>
   
     <table name="OTM_PERSON3"
            javaName="OtmPerson2">
       <column name="ID" required="true" primaryKey="true" type="INTEGER"
               javaName="id"/>
  +    <column name="NAME" type="VARCHAR" size="60"
  +            javaName="name"/>
     </table>
   
     <table name="OTM_ADDRESS2"
  
  
  

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