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 ar...@apache.org on 2003/01/16 23:24:25 UTC

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

arminw      2003/01/16 14:24:25

  Modified:    src/schema ojbtest-schema.xml
               src/test/org/apache/ojb repository_junit.xml
  Log:
  fix, UID is reserved word using sapDB
  
  Revision  Changes    Path
  1.21      +1 -1      jakarta-ojb/src/schema/ojbtest-schema.xml
  
  Index: ojbtest-schema.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ojb/src/schema/ojbtest-schema.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- ojbtest-schema.xml	16 Jan 2003 17:11:59 -0000	1.20
  +++ ojbtest-schema.xml	16 Jan 2003 22:24:25 -0000	1.21
  @@ -537,7 +537,7 @@
       private long node_refid;
       -->
       <table name="FIELD_CONVERSION_NODE">
  -        <column name="UID" required="true" primaryKey="true" type="DECIMAL"/>
  +        <column name="NODE_ID" required="true" primaryKey="true" type="DECIMAL"/>
           <column name="PARENT_UID" type="DECIMAL"/>
       </table>
   
  
  
  
  1.36      +1 -1      jakarta-ojb/src/test/org/apache/ojb/repository_junit.xml
  
  Index: repository_junit.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ojb/src/test/org/apache/ojb/repository_junit.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- repository_junit.xml	16 Jan 2003 17:11:59 -0000	1.35
  +++ repository_junit.xml	16 Jan 2003 22:24:25 -0000	1.36
  @@ -2999,7 +2999,7 @@
   >
       <field-descriptor
          name="uid"
  -       column="UID"
  +       column="NODE_ID"
          jdbc-type="DECIMAL"
          primarykey="true"
          autoincrement="true"