You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2001/09/27 05:26:33 UTC

cvs commit: jakarta-turbine-2/conf/torque/templates/sql/load/mysql row.vm

jvanzyl     01/09/26 20:26:33

  Modified:    conf/torque/templates/sql/load/mysql row.vm
  Log:
  - we don't want all the inserts coming out on one line.
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-turbine-2/conf/torque/templates/sql/load/mysql/row.vm
  
  Index: row.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/conf/torque/templates/sql/load/mysql/row.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- row.vm	2001/08/16 05:07:01	1.1
  +++ row.vm	2001/09/27 03:26:33	1.2
  @@ -1,3 +1,4 @@
   INSERT INTO $row.Table.Name (##
   #set ($comma="")#foreach($col in $row.ColumnValues)$comma${col.Column.Name}#set($comma=",")#end)
  -    VALUES (#set ($comma="")#foreach($col in $row.ColumnValues)$comma${generator.parse("sql/load/mysql/val.vm", "", "column", $col)}#set ($comma=",")#end);
  \ No newline at end of file
  +    VALUES (#set ($comma="")#foreach($col in $row.ColumnValues)$comma${generator.parse("sql/load/mysql/val.vm", "", "column", $col)}#set ($comma=",")#end);
  +    
  
  
  

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