You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2001/06/14 03:30:51 UTC

cvs commit: jakarta-turbine/conf/torque/templates/sql/base/sapdb sequence.vm

dlr         01/06/13 18:30:51

  Modified:    conf/torque/templates/sql/base/sapdb sequence.vm
  Log:
  The value "native" is now used for the table.idMethod attribute.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-turbine/conf/torque/templates/sql/base/sapdb/sequence.vm
  
  Index: sequence.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/conf/torque/templates/sql/base/sapdb/sequence.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sequence.vm	2001/05/27 02:45:07	1.1
  +++ sequence.vm	2001/06/14 01:30:50	1.2
  @@ -1,3 +1,3 @@
  -#if ($table.IdMethod == "sequence")
  +#if ($table.IdMethod == "native")
   CREATE SEQUENCE $table.SequenceName;
  -#end
  +#end
  \ No newline at end of file
  
  
  

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