You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by br...@apache.org on 2001/10/24 03:10:55 UTC

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

brekke      01/10/23 18:10:55

  Modified:    conf/torque/templates/sql/base/sybase columns.vm
  Log:
  Corrected a misspelling.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-turbine-2/conf/torque/templates/sql/base/sybase/columns.vm
  
  Index: columns.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/conf/torque/templates/sql/base/sybase/columns.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- columns.vm	2001/08/16 05:07:01	1.1
  +++ columns.vm	2001/10/24 01:10:55	1.2
  @@ -1,7 +1,7 @@
   #foreach ($col in $table.Columns)
       #set ( $type = $dbprops.get($col.Type) )
       #set ( $size = $col.printSize() )
  -    #if ( $dbprops.get("supressDefaults") == "true" )
  +    #if ( $dbprops.get("suppressDefaults") == "true" )
           #set ( $default = "" )
       #else
           #set ( $default = $col.DefaultSetting )
  
  
  

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