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

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

dlr         01/03/19 14:05:51

  Modified:    conf/torque/templates/sql/base/sybase 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/sybase/primarykey.vm
  
  Index: primarykey.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/conf/torque/templates/sql/base/sybase/primarykey.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- primarykey.vm	2000/11/30 22:08:40	1.1
  +++ primarykey.vm	2001/03/19 22:05:49	1.2
  @@ -1 +1 @@
  -    CONSTRAINT ${table.Name}_PK PRIMARY KEY($table.printPrimaryKeys()),
  +    CONSTRAINT ${table.Name}_PK 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