tfischer    2005/06/14 23:51:57

  Modified:    src/rttest test-schema.xml
  Log:
  added size attributes to the varchar columns in inheritance_test_table 
(oracle needs them)
  
  Revision  Changes    Path
  1.25      +4 -0      db-torque/src/rttest/test-schema.xml
  
  Index: test-schema.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/src/rttest/test-schema.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- test-schema.xml   11 Jun 2005 09:42:07 -0000      1.24
  +++ test-schema.xml   15 Jun 2005 06:51:57 -0000      1.25
  @@ -258,18 +258,22 @@
         name="PAYLOAD_PARENT"
         required="true"
         type="VARCHAR"
  +      size="100"    
       />
       <column
         name="PAYLOAD_B"
         type="VARCHAR"
  +      size="100"    
       />
       <column
         name="PAYLOAD_C"
         type="VARCHAR"
  +      size="100"    
       />
       <column
         name="PAYLOAD_D"
         type="VARCHAR"
  +      size="100"    
       />
     </table>
     
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to