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:48:51 UTC

cvs commit: jakarta-turbine/conf/torque/templates/sql/base/oracle drop.vm

dlr         01/06/13 18:48:51

  Modified:    conf/torque/templates/sql/base/oracle drop.vm
  Log:
  The value "native" is now used for the table.idMethod attribute.
  
  Revision  Changes    Path
  1.3       +4 -4      jakarta-turbine/conf/torque/templates/sql/base/oracle/drop.vm
  
  Index: drop.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/conf/torque/templates/sql/base/oracle/drop.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- drop.vm	2001/05/17 01:03:26	1.2
  +++ drop.vm	2001/06/14 01:48:50	1.3
  @@ -1,4 +1,4 @@
  -drop table $table.Name cascade constraints;
  -#if ($table.IdMethod == "sequence")
  -drop sequence $table.SequenceName;
  -#end
  +DROP TABLE $table.Name CASCADE CONSTRAINTS;
  +#if ($table.IdMethod == "native")
  +DROP SEQUENCE $table.SequenceName;
  +#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