You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2005/04/23 17:44:46 UTC

cvs commit: db-torque/src/rttest bookstore-schema.xml

tfischer    2005/04/23 08:44:46

  Modified:    src/rttest bookstore-schema.xml
  Log:
  Added a foreign key to C_TABLE to have at least one table for which the DoSelectJoinAllExceptXXX() methods are generated
  
  Revision  Changes    Path
  1.19      +4 -0      db-torque/src/rttest/bookstore-schema.xml
  
  Index: bookstore-schema.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/src/rttest/bookstore-schema.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- bookstore-schema.xml	26 Mar 2005 17:49:58 -0000	1.18
  +++ bookstore-schema.xml	23 Apr 2005 15:44:46 -0000	1.19
  @@ -194,6 +194,10 @@
         <reference local="b_id" foreign="b_id"/>
       </foreign-key>
   
  +    <foreign-key foreignTable="a">
  +      <reference local="a_id" foreign="a_id"/>
  +    </foreign-key>
  +
       <foreign-key foreignTable="b">
         <reference local="b_id" foreign="b_id"/>
       </foreign-key>
  
  
  

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