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/03/19 23:04:55 UTC

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

dlr         01/03/19 14:04:55

  Modified:    conf/torque/templates/sql/base/oracle primarykey.vm
  Log:
  The method name printPrimaryKeys() has been deprecated in favor of
  printPrimaryKey().
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-turbine/conf/torque/templates/sql/base/oracle/primarykey.vm
  
  Index: primarykey.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/conf/torque/templates/sql/base/oracle/primarykey.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- primarykey.vm	2000/11/30 22:08:31	1.1
  +++ primarykey.vm	2001/03/19 22:04:53	1.2
  @@ -1,3 +1,3 @@
   ALTER TABLE $table.Name
       ADD CONSTRAINT ${table.Name}_PK 
  -PRIMARY KEY ($table.printPrimaryKeys());
  +PRIMARY KEY ($table.printPrimaryKey());
  
  
  

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