dlr         01/06/13 18:46:44

  Modified:    conf/torque/templates/sql/base/db2 sequence.vm
  Log:
  The value "native" is now used for the table.idMethod attribute.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-turbine/conf/torque/templates/sql/base/db2/sequence.vm
  
  Index: sequence.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/conf/torque/templates/sql/base/db2/sequence.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sequence.vm       2001/04/20 00:25:42     1.2
  +++ sequence.vm       2001/06/14 01:46:44     1.3
  @@ -1,3 +1,3 @@
  -#if ($table.IdMethod == "sequence")
  +#if ($table.IdMethod == "native")
   CREATE SEQUENCE $table.SequenceName;
   #end
  
  
  

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

Reply via email to